DONE: enhance UI on admin and voter side, add docker config, fix delete button modal not showing

This commit is contained in:
ISMAIL MASSERAN
2026-04-02 11:59:56 +08:00
parent bed56792e6
commit 4369b079cb
31 changed files with 3044 additions and 1216 deletions
@@ -49,7 +49,14 @@
.then(response => {
this.stopLoading();
if (this.util.showResult(response, 'success')) {
this.$router.push({ name: 'Voter Verify', params: { 'nokp': response.data.nokp, 'notel': response.data.notel } });
this.$router.push({
name: 'Voter Verify',
params: {
'nokp': response.data.nokp,
'notel': response.data.notel,
'debug_otp': response.data.debug_otp || null
}
});
}
})
.catch(error => {