Skip to content

Commit

Permalink
N21-1324 school in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mrikallab committed Sep 29, 2023
1 parent d089e38 commit d4fa9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ const mapErrorCodeToTranslation = (errorCode) => {
return 'login.text.internalError';
case 'sso_user_not_found_after_provisioning':
return 'login.text.userNotFoundInUnprovisionedSchool';
case 'SCHOOL_IN_MIGRATION':
return 'login.text.schoolInMigration';
default:
return 'login.text.loginFailed';
}
Expand Down

0 comments on commit d4fa9b8

Please sign in to comment.