TF-2810 Handle crashed when no browser available for OIDC
This commit is contained in:
committed by
Dat H. Pham
parent
5a22ea0509
commit
d2fdbfab0f
@@ -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'
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user