summaryrefslogtreecommitdiff
path: root/src/lib/auth/components
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-22 23:05:10 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-22 23:05:10 +0700
commit32f684cc40e66239451fcaa93ae2971b4bd86026 (patch)
tree6df340066c26c7a74d1cba03901c06b47daa052d /src/lib/auth/components
parent799678c4742169e343c733146f6b7bb02f598f9c (diff)
fix
Diffstat (limited to 'src/lib/auth/components')
-rw-r--r--src/lib/auth/components/PersonalProfile.jsx2
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>