M21: add optional organisation identity

This commit is contained in:
NuklearRabbit
2026-08-10 15:35:25 +02:00
parent 509cb95110
commit c3f1cfc699
38 changed files with 563 additions and 110 deletions
+3 -1
View File
@@ -23,5 +23,7 @@
"emailLabel": "Email address",
"passwordLabel": "Password",
"signIn": "Sign in",
"passwordLoginFailed": "Sign-in failed. Check your credentials."
"passwordLoginFailed": "Sign-in failed. Check your credentials.",
"or": "or",
"signInWithOrganization": "Sign in with {{provider}}"
}
+3 -1
View File
@@ -23,5 +23,7 @@
"emailLabel": "Adresse e-mail",
"passwordLabel": "Mot de passe",
"signIn": "Se connecter",
"passwordLoginFailed": "Connexion impossible. Vérifiez vos identifiants."
"passwordLoginFailed": "Connexion impossible. Vérifiez vos identifiants.",
"or": "ou",
"signInWithOrganization": "Se connecter avec {{provider}}"
}
+3 -1
View File
@@ -23,5 +23,7 @@
"emailLabel": "E-mailadres",
"passwordLabel": "Wachtwoord",
"signIn": "Aanmelden",
"passwordLoginFailed": "Aanmelden mislukt. Controleer je gegevens."
"passwordLoginFailed": "Aanmelden mislukt. Controleer je gegevens.",
"or": "of",
"signInWithOrganization": "Aanmelden met {{provider}}"
}