fix: remove app name check on ChangeAPIApplication (#1561)

* fix: remove app name check on ChangeAPIApplication

* fix APIConfigInvalid message
This commit is contained in:
Livio Amstutz
2021-04-09 11:50:06 +02:00
committed by GitHub
parent e7913bde59
commit 188938e937
3 changed files with 2 additions and 23 deletions

View File

@@ -194,7 +194,7 @@ Errors:
NotActive:: Application is not active
NotInactive: Application is not inactive
OIDCConfigInvalid: OIDC configuration is invalid
APIConfigInvalid: OIDC configuration is invalid
APIConfigInvalid: API configuration is invalid
IsNotOIDC: Application is not type oidc
IsNotAPI: Application is not type API
OIDCAuthMethodNoSecret: Chosen OIDC Auth Method does not require a secret