feat(auth): unify sign-in options

This commit is contained in:
cesnimda
2026-08-09 16:07:33 +02:00
parent 83ddc0718e
commit 93b869259e
5 changed files with 200 additions and 49 deletions
+6
View File
@@ -219,6 +219,9 @@ export const translations = {
profileFirstName: "First name",
profileLastName: "Last name",
profileEmail: "Email",
usernameOrEmail: "Username or email",
usernameOrEmailRequired: "Username or email is required",
or: "or",
profileNewEmail: "New email",
profileCurrentEmail: "Current email: {email}",
profileEmailChangePassword: "Password to confirm email change",
@@ -1346,6 +1349,9 @@ export const translations = {
profileFirstName: "Fornavn",
profileLastName: "Etternavn",
profileEmail: "E-post",
usernameOrEmail: "Brukernavn eller e-post",
usernameOrEmailRequired: "Brukernavn eller e-post er påkrevd",
or: "eller",
profileNewEmail: "Ny e-post",
profileCurrentEmail: "Nåværende e-post: {email}",
profileEmailChangePassword: "Passord for å bekrefte e-postendring",