TF-518 Apply new UI for login in mobile

This commit is contained in:
Dat PHAM HOANG
2022-05-04 20:15:40 +07:00
committed by Dat H. Pham
parent 0932cf0185
commit cc66d141d4
13 changed files with 465 additions and 99 deletions
@@ -29,6 +29,14 @@ class AppLocalizations {
name: 'login_text_slogan');
}
String get loginInputUrlMessage {
return Intl.message('To login and access your message please connect to your JMAP server', name: 'loginInputUrlMessage');
}
String get next {
return Intl.message('Next', name: 'next');
}
String get prefix_https {
return Intl.message('https://',
name: 'prefix_https');
@@ -49,11 +57,6 @@ class AppLocalizations {
name: 'login');
}
String get login_text_login_to_continue {
return Intl.message('Please login to continue',
name: 'login_text_login_to_continue');
}
String get unknown_error_login_message {
return Intl.message('Unknown error occurred, please try again',
name: 'unknown_error_login_message');