mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 00:17:34 +00:00
feat: add secret generators for OTP (#6262)
This PR adds configuration options for OTP codes through Admin API.
This commit is contained in:
@@ -1102,7 +1102,9 @@
|
||||
"3": "Phone verification",
|
||||
"4": "Password Reset",
|
||||
"5": "Passwordless Initialization",
|
||||
"6": "App Secret"
|
||||
"6": "App Secret",
|
||||
"7": "One Time Password (OTP) - SMS",
|
||||
"8": "One Time Password (OTP) - Email"
|
||||
},
|
||||
"ADDGENERATOR": "Define Secret Appearance",
|
||||
"GENERATORTYPE": "Type",
|
||||
|
Reference in New Issue
Block a user