TF-2810 Handle crashed when no browser available for OIDC

This commit is contained in:
Dat PHAM HOANG
2024-04-19 16:33:45 +07:00
committed by Dat H. Pham
parent 5a22ea0509
commit d2fdbfab0f
9 changed files with 286 additions and 19 deletions
@@ -3844,4 +3844,11 @@ class AppLocalizations {
name: 'selectAllMessagesOfThisPage',
);
}
String get noSuitableBrowserForOIDC {
return Intl.message(
'No suitable browser for OIDC, please check with your system administrator',
name: 'noSuitableBrowserForOIDC'
);
}
}