Support the "m.login.registration_token" login flow

This commit is contained in:
N-Pex 2023-05-22 15:46:50 +02:00
parent fce65d1a3b
commit 3217065ce0
4 changed files with 66 additions and 2 deletions

View file

@ -9,6 +9,7 @@
"productLink": "letsconvene.im",
"defaultServer": "https://neo.keanu.im",
"identityServer_unset": "",
"registrationToken_unset": "",
"rtl": false,
"accentColor_unset": "",
"logo_unset": "",

View file

@ -164,7 +164,10 @@
"send_verification": "Send verification email",
"sent_verification": "An email has been sent to {email}. Please use your regular email client to verify the address.",
"resend_verification": "Resend verification email",
"email_not_valid": "Email address not valid"
"email_not_valid": "Email address not valid",
"registration_token": "Please enter registration token",
"send_token": "Send token",
"token_not_valid": "Invalid token"
},
"profile": {
"title": "My Profile",