Skip to content

Commit

Permalink
N21-1673 fix oauth2 errors (#3416)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap authored Feb 23, 2024
1 parent d500037 commit 26aeb6c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helpers/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ const mapErrorToTranslationKey = (error) => {
return 'login.text.userNotFound';
case 'SCHOOL_IN_MIGRATION':
return 'login.text.schoolInMigration';
case 'USER_NOT_FOUND_IN_UNPROVISIONED_SCHOOL':
return 'login.text.userNotFoundInUnprovisionedSchool';
case 'USER_NOT_FOUND_AFTER_PROVISIONING':
return 'login.text.userNotFoundAfterProvisioning';
default:
return 'login.text.loginFailed';
}
Expand Down
2 changes: 1 addition & 1 deletion locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@
"userNotFound": "Nutzer wurde nicht gefunden.",
"internalError": "Interner Serverfehler. Bitte wenden Sie sich an den Administrator.",
"schoolInMigration": "Deine Schule wechselt gerade das Anmeldesystem zu {{systemName}}. Bevor Du Dich über {{systemName}} anmelden kannst, musst Du Deinen Account umziehen. Melde Dich dazu mit Deinem alten System an.",
"userNotFoundInUnprovisionedSchool": "Login fehlgeschlagen. Entweder ist die Schule noch nicht zu {{systemName}} umgezogen oder die Erstellung neuer Nutzer in der {{shortTitle}} ist für die Schule nicht aktiv. Bitte wenden Sie sich an Ihren Schuladministrator."
"userNotFoundAfterProvisioning": "Login fehlgeschlagen. Entweder ist die Schule noch nicht zu {{systemName}} umgezogen oder die Erstellung neuer Nutzer in der {{shortTitle}} ist für die Schule nicht aktiv. Bitte wenden Sie sich an Ihren Schuladministrator."
}
},
"messenger": {
Expand Down
2 changes: 1 addition & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@
"userNotFound": "User not found.",
"internalError": "Internal Server Error. Please contact the admin.",
"schoolInMigration": "Your school is in the process of changing the login system to {{systemName}}. Before you can log in via {{systemName}}, you have to move your account. To do this, log in with your old system.",
"userNotFoundInUnprovisionedSchool": "Login failed. Either the school hasn't moved to {{systemName}} yet or the creation of new users in the {{shortTitle}} is not active for the school. Please contact your school administrator."
"userNotFoundAfterProvisioning": "Login failed. Either the school hasn't moved to {{systemName}} yet or the creation of new users in the {{shortTitle}} is not active for the school. Please contact your school administrator."
}
},
"messenger": {
Expand Down
2 changes: 1 addition & 1 deletion locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@
"userNotFound": "Usuario no encontrado.",
"internalError": "Error de servidor interno. Póngase en contacto con el administrador.",
"schoolInMigration": "Su escuela está en proceso de cambiar el sistema de registro a {{systemName}}. Antes de que pueda iniciar sesión a través de {{systemName}}, debe mover su cuenta. Para hacer esto, inicie sesión con su antiguo sistema.",
"userNotFoundInUnprovisionedSchool": "Error de inicio de sesion. La escuela aún no se ha mudado a {{systemName}} o la creación de nuevos usuarios en {{shortTitle}} no está activa para la escuela. Comuníquese con el administrador de su escuela."
"userNotFoundAfterProvisioning": "Error de inicio de sesion. La escuela aún no se ha mudado a {{systemName}} o la creación de nuevos usuarios en {{shortTitle}} no está activa para la escuela. Comuníquese con el administrador de su escuela."
}
},
"messenger": {
Expand Down
2 changes: 1 addition & 1 deletion locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@
"userNotFound": "Користувач не знайдений.",
"internalError": "Внутрішня помилка сервера. Будь ласка, зв'яжіться з адміністратором.",
"schoolInMigration": "Ваша школа перебуває в процесі зміни системи реєстрації на {{systemName}}. Перш ніж ви зможете увійти через {{systemName}}, вам потрібно перемістити свій обліковий запис. Для цього увійдіть у свою стару систему.",
"userNotFoundInUnprovisionedSchool": "Помилка логіну. Або школа ще не переїхала до {{systemName}}, або створення нових користувачів у {{shortTitle}} неактивне для школи. Будь ласка, зверніться до адміністратора школи."
"userNotFoundAfterProvisioning": "Помилка логіну. Або школа ще не переїхала до {{systemName}}, або створення нових користувачів у {{shortTitle}} неактивне для школи. Будь ласка, зверніться до адміністратора школи."
},
"separatorExternalLogin": {
"text": {
Expand Down

0 comments on commit 26aeb6c

Please sign in to comment.