TF-34 Add data layer login for fix bug mock data user

This commit is contained in:
dab246
2021-08-25 13:12:17 +07:00
committed by Dat H. Pham
parent b3e1534de3
commit cae1252fc8
16 changed files with 227 additions and 58 deletions
@@ -2,4 +2,5 @@ class LoginConstant {
static const keyBaseUrl = 'KEY_BASE_URL';
static const keyUserName = 'KEY_USER_NAME';
static const keyPassword = 'KEY_PASSWORD';
static const keyUserProfile = 'KEY_USER_PROFILE';
}