clearer exception handling in OIDCHttpClient::checkOIDCIsAvailable()
This commit is contained in:
committed by
Dat H. Pham
parent
03819a7a9b
commit
35b90ba87a
@@ -120,6 +120,13 @@ class AppLocalizations {
|
||||
args: [errorMessage]);
|
||||
}
|
||||
|
||||
String handshakeException(String errorMessage) {
|
||||
return Intl.message(
|
||||
'Handshake error in client: $errorMessage',
|
||||
name: 'handshakeException',
|
||||
args: [errorMessage]);
|
||||
}
|
||||
|
||||
String get search_folder {
|
||||
return Intl.message(
|
||||
'Search folder',
|
||||
|
||||
Reference in New Issue
Block a user