4 Commits

Author SHA1 Message Date
ISMAIL MASSERAN 52ffd3393a DONE: feedback module, use permission name for notification 2026-07-14 12:02:37 +08:00
ISMAIL MASSERAN 324b7facf1 DONE: sso into e-vote; WIP: feedback modules 2026-07-13 12:15:44 +08:00
ISMAIL MASSERAN a11b75729a DONE: phone number verification, admin can add user employment; WIP: wire with onewaysms 2026-07-12 12:36:46 +08:00
ISMAIL MASSERAN 431bbee17c DONE: replace email verification by link instead of otp 2026-07-12 10:03:31 +08:00
+1 -1
View File
@@ -365,7 +365,7 @@ const stepLabelClass = (stepId: number) => {
<Input v-model="email" :class="inputClass" type="email" placeholder="Email" autocomplete="email"
required />
<Input v-model="icNumber" :class="inputClass" type="text" inputmode="numeric" maxlength="15"
placeholder="No. Kad Pengenalan, contoh: 900101011234" required @input="handleIcNumberInput" />
placeholder="Contoh: 900101011234" required @input="handleIcNumberInput" />
</template>
<template v-else>