mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:44:10 +00:00
move auth setup to seperate page, create session after verification
This commit is contained in:
@@ -160,12 +160,13 @@
|
||||
"description": "Enter the Code provided in the verification email.",
|
||||
"resendCode": "Resend code",
|
||||
"submit": "Continue"
|
||||
},
|
||||
"setup": {
|
||||
"title": "Choose authentication method",
|
||||
"description": "Select the method you would like to authenticate"
|
||||
}
|
||||
},
|
||||
"authenticator": {
|
||||
"title": "Choose authentication method",
|
||||
"description": "Select the method you would like to authenticate",
|
||||
"noMethodsAvailable": "No authentication methods available"
|
||||
},
|
||||
"error": {
|
||||
"unknownContext": "Could not get the context of the user. Make sure to enter the username first or provide a loginName as searchParam.",
|
||||
"sessionExpired": "Your current session has expired. Please login again.",
|
||||
|
||||
Reference in New Issue
Block a user