move auth setup to seperate page, create session after verification

This commit is contained in:
peintnermax
2024-10-23 15:56:38 +02:00
parent 52ce9219bb
commit cb2d5d645a
11 changed files with 291 additions and 176 deletions

View File

@@ -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.",