mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
feat(console): add idp auto-register option to detail and create page (#2344)
* idp detail auto register option, idp create * fix idp displaynamemapping, i18n * rm log * rm log
This commit is contained in:
@@ -1167,6 +1167,8 @@
|
||||
"0": "kein Styling",
|
||||
"1": "Google"
|
||||
},
|
||||
"AUTOREGISTER":"Automatische Registrierung",
|
||||
"AUTOREGISTER_DESC":"Wenn aktiviert und noch kein Account vorhanden ist, wird einer für den entsprechenden Benutzer erstellt.",
|
||||
"TYPE": "Typ",
|
||||
"ID": "ID",
|
||||
"NAME": "Name",
|
||||
|
@@ -1169,6 +1169,8 @@
|
||||
"0": "No Styling",
|
||||
"1": "Google"
|
||||
},
|
||||
"AUTOREGISTER":"Auto Register",
|
||||
"AUTOREGISTER_DESC":"If selected and no account exists yet, one will be created.",
|
||||
"TYPE": "Type",
|
||||
"ID": "ID",
|
||||
"NAME": "Name",
|
||||
|
Reference in New Issue
Block a user