TF-571 Get token from authentication sso
This commit is contained in:
@@ -1399,4 +1399,10 @@ class AppLocalizations {
|
||||
'Can not verify SSO configuration, please check with your system administrator',
|
||||
name: 'canNotVerifySSOConfiguration');
|
||||
}
|
||||
|
||||
String get canNotGetToken {
|
||||
return Intl.message(
|
||||
'Can not get token, please check with your system administrator',
|
||||
name: 'canNotGetToken');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user