TF-571 Get token from authentication sso

This commit is contained in:
dab246
2022-05-20 15:17:57 +07:00
committed by Dat H. Pham
parent ffb5cadc16
commit 4804a1659a
20 changed files with 227 additions and 11 deletions
@@ -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');
}
}