TF-34 Add data layer login for fix bug mock data user
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Attribute {
|
||||
static const id = '_id';
|
||||
static const firstname = 'firstname';
|
||||
static const lastname = 'lastname';
|
||||
static const job_title = 'job_title';
|
||||
static const building_location = 'building_location';
|
||||
static const office_location = 'office_location';
|
||||
static const main_phone = 'main_phone';
|
||||
}
|
||||
@@ -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';
|
||||
}
|
||||
Reference in New Issue
Block a user