providers/oauth2: add user UUID as subject option (#5556)
* providers/oauth2: add user UUID as subject option * Added translations for new OAuth2 subject option
This commit is contained in:
@ -378,6 +378,10 @@ ${this.instance?.redirectUris}</textarea
|
||||
label: t`Based on the User's ID`,
|
||||
value: SubModeEnum.UserId,
|
||||
},
|
||||
{
|
||||
label: t`Based on the User's UUID`,
|
||||
value: SubModeEnum.UserUuid,
|
||||
},
|
||||
{
|
||||
label: t`Based on the User's username`,
|
||||
value: SubModeEnum.UserUsername,
|
||||
|
||||
Reference in New Issue
Block a user