TF-2965 Add retry capability for OIDC check request

This commit is contained in:
DatDang
2024-09-12 16:05:06 +07:00
committed by Dat H. Pham
parent 2739a284d8
commit 0d4c266300
11 changed files with 192 additions and 18 deletions
@@ -4199,4 +4199,18 @@ class AppLocalizations {
'You have not selected any action for the rule.',
name: 'youHaveNotSelectedAnyActionForRule');
}
String get tryAgain {
return Intl.message(
'Try again',
name: 'tryAgain',
);
}
String get youAreOffline {
return Intl.message(
'You are offline. It looks like you are not connected.',
name: 'youAreOffline',
);
}
}