policies: make policy engine modes consistent with database values (#5462)
* policies: make policy engine modes consistent with database values Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix in ui Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix missing case Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -47,6 +47,8 @@ export function ProviderToLabel(provider?: ProviderTypeEnum): string {
|
||||
return t`Generic OpenID Connect`;
|
||||
case ProviderTypeEnum.Okta:
|
||||
return "Okta";
|
||||
case ProviderTypeEnum.Patreon:
|
||||
return "Patreon";
|
||||
case ProviderTypeEnum.Reddit:
|
||||
return "Reddit";
|
||||
case ProviderTypeEnum.Twitter:
|
||||
|
||||
Reference in New Issue
Block a user