DONE: disable auto trigger tac

This commit is contained in:
ISMAIL MASSERAN
2026-04-19 10:22:14 +08:00
parent a5aedb8e56
commit f31dcb0320
11 changed files with 454 additions and 75583 deletions
@@ -44,8 +44,12 @@
methods: {
login() {
this.startLoading();
const noKp = document.getElementById('no_kp').value.trim();
axios
.post(config.API + 'voter/login', $('#login_form').serialize())
.post(config.API + 'voter/login', {
no_kp: noKp,
send_otp: false
})
.then(response => {
this.stopLoading();
if (this.util.showResult(response, 'success')) {