diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 23:05:10 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 23:05:10 +0700 |
| commit | 32f684cc40e66239451fcaa93ae2971b4bd86026 (patch) | |
| tree | 6df340066c26c7a74d1cba03901c06b47daa052d /src/lib/auth/components | |
| parent | 799678c4742169e343c733146f6b7bb02f598f9c (diff) | |
fix
Diffstat (limited to 'src/lib/auth/components')
| -rw-r--r-- | src/lib/auth/components/PersonalProfile.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/PersonalProfile.jsx b/src/lib/auth/components/PersonalProfile.jsx index 46253ef1..0b387f2e 100644 --- a/src/lib/auth/components/PersonalProfile.jsx +++ b/src/lib/auth/components/PersonalProfile.jsx @@ -90,7 +90,7 @@ const PersonalProfile = () => { <label>No. Handphone</label> <input {...register('mobile')} - type='text' + type='tel' className='form-input mt-3' /> </div> |
