mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
refactor(test): remove deprecated groups
This commit is contained in:
parent
181ea648fa
commit
3e41dcaf6e
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ function buildAnonymousUser() {
|
||||||
return {
|
return {
|
||||||
name: undefined,
|
name: undefined,
|
||||||
// groups without '$' are going to be deprecated eventually
|
// groups without '$' are going to be deprecated eventually
|
||||||
groups: ['$all', '$anonymous', '@all', '@anonymous', 'all', 'undefined', 'anonymous'],
|
groups: ['$all', '$anonymous', '@all', '@anonymous'],
|
||||||
real_groups: [],
|
real_groups: [],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue