summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/PersonalProfile.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth/components/PersonalProfile.jsx')
-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>