feat: manage / create API keys (#1516)
* fix: admin api UI update * feat: admin api - create dialog UI * feat: admin api - create + list keys * feat: admin api localization (wip) * feat: admin api localization * feat: admin api - toggle state * feat: process API keys + format gql request errors to json
This commit is contained in:
@@ -26,7 +26,6 @@ module.exports = class User extends Model {
|
||||
name: {type: 'string', minLength: 1, maxLength: 255},
|
||||
providerId: {type: 'string'},
|
||||
password: {type: 'string'},
|
||||
role: {type: 'string', enum: ['admin', 'guest', 'user']},
|
||||
tfaIsActive: {type: 'boolean', default: false},
|
||||
tfaSecret: {type: 'string'},
|
||||
jobTitle: {type: 'string'},
|
||||
|
||||
Reference in New Issue
Block a user