fix(console): add model for api keys, fix toast, binding (#1757)

* fix: add model for api keys, fix toast, binding

* show api clientid
This commit is contained in:
Max Peintner
2021-05-20 10:26:53 +02:00
committed by GitHub
parent d0a5ad94d2
commit 1ba70d2012
9 changed files with 496 additions and 472 deletions

View File

@@ -1151,6 +1151,9 @@
}
},
"API": {
"INFO": {
"CLIENTID": "Client Id"
},
"REGENERATESECRET": "Client Secret neu generieren",
"SELECTION": {
"TITLE": "API",
@@ -1195,6 +1198,7 @@
"REACTIVATED": "Anwendung reaktiviert.",
"DEACTIVATED": "Anwendung deaktiviert.",
"OIDCUPDATED": "OIDC-Konfiguration geändert.",
"APIUPDATED":"API Konfiguration geändert.",
"UPDATED": "App geändert.",
"CLIENTSECRETREGENERATED": "Client Secret generiert.",
"DELETED": "App gelöscht.",

View File

@@ -1152,6 +1152,9 @@
}
},
"API": {
"INFO": {
"CLIENTID": "Client Id"
},
"REGENERATESECRET": "Regenerate Client Secret",
"SELECTION": {
"TITLE": "API",
@@ -1196,6 +1199,7 @@
"REACTIVATED": "Application reactivated.",
"DEACTIVATED": "Application deactivated.",
"OIDCUPDATED": "OIDC configuration updated.",
"APIUPDATED":"API configuration updated",
"UPDATED": "App updated.",
"CLIENTSECRETREGENERATED": "client secret generated.",
"DELETED": "App deleted.",