update
This commit is contained in:
@@ -37,7 +37,7 @@ export class AuthManager {
|
||||
const authToken: IAuthToken = {
|
||||
type: 'npm',
|
||||
userId,
|
||||
scopes: readonly ? ['npm:*:read'] : ['npm:*:*'],
|
||||
scopes: readonly ? ['npm:*:*:read'] : ['npm:*:*:*'],
|
||||
readonly,
|
||||
metadata: {
|
||||
created: new Date().toISOString(),
|
||||
|
||||
Reference in New Issue
Block a user