fix resend verify

This commit is contained in:
nurafrinaalimi16
2025-04-20 10:42:59 +08:00
parent e584d182af
commit 525d3b9fb3
@@ -76,7 +76,7 @@ export default {
}, },
resendVerify: function(){ resendVerify: function(){
axios.post(config.API+'voter/login', { axios.post(config.API+'voter/login', {
'no_kp' : '970403035003' 'no_kp' : this.user.no_kp
}) })
.then(response => { .then(response => {
this.stopLoading(); this.stopLoading();