TF-2387 Handle sign up twake workplace

This commit is contained in:
dab246
2024-10-31 14:11:15 +07:00
committed by Dat H. Pham
parent 2de503d990
commit e13f86a037
25 changed files with 427 additions and 59 deletions
@@ -4266,4 +4266,11 @@ class AppLocalizations {
name: 'sigInSaasFailed',
);
}
String get createTwakeIdFailed {
return Intl.message(
'Create Twake Id failed. Please check again.',
name: 'createTwakeIdFailed',
);
}
}