mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
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:
@@ -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.",
|
||||
|
@@ -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.",
|
||||
|
Reference in New Issue
Block a user