mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 16:32:07 +00:00
fix: add smtp config, remove smtp and sms provider, console adaptations (#3792)
* fix: add AddSMTPConfig to admin api * addsmtpconfig * fix: add RemoveSMTPConfig and RemoveSMSProvider to admin api * update twilio, token fcn * fix account switcher, twilio token set, cleanup dialog * cleanup * buttons Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -886,7 +886,10 @@
|
||||
"SID": "Sid",
|
||||
"TOKEN": "Token",
|
||||
"SENDERNUMBER": "Sender Number",
|
||||
"ADDED": "Twilio erfolgreich hinzugefügt."
|
||||
"ADDED": "Twilio erfolgreich hinzugefügt.",
|
||||
"CHANGETOKEN": "Token ändern",
|
||||
"SETTOKEN": "Token setzen",
|
||||
"TOKENSET": "Token erfolgreich gesetzt."
|
||||
}
|
||||
},
|
||||
"OIDC": {
|
||||
|
||||
Reference in New Issue
Block a user