add: profile edit page
This commit is contained in:
@@ -8,4 +8,12 @@ export enum AUTH_PAGE_ELEMENT {
|
||||
INPUT_PASSWORD_REPEAT = "passwordRepeat",
|
||||
INPUT_OTP = "opt",
|
||||
INPUT_PHONE = "phone"
|
||||
}
|
||||
|
||||
export enum PORFILE_EDIT_PAGE_ELEMENT {
|
||||
INPUT_FULLNAME = 'fullname',
|
||||
INPUT_EMAIL = 'email',
|
||||
INPUT_PHONE = 'phone',
|
||||
INPUT_DOB = 'dateOfBirth',
|
||||
INPUT_GENDER = 'gender'
|
||||
}
|
||||
Reference in New Issue
Block a user