added feature for OTP-SMS Koperasi

This commit is contained in:
Hafifie PKB
2024-03-25 21:40:03 +08:00
committed by nurafrinaalimi16
parent 1d892b064e
commit c657eafc70
13 changed files with 475 additions and 24 deletions
+8
View File
@@ -1,4 +1,6 @@
import VoterLogin from './components/demo/voter/login.vue';
import VoterVerification from './components/demo/voter/verification.vue';
import VoterHome from './components/demo/voter/index.vue';
import Home from './components/demo/voter/home/index.vue';
@@ -91,6 +93,12 @@ export default [
name: 'Voter Login'
},
{
path: '/verification',
component: VoterVerification,
name: 'Voter Verify'
},
{
path: '/admin/login',
component: AdminLogin,