diff --git a/resources/assets/js/components/demo/voter/verification.vue b/resources/assets/js/components/demo/voter/verification.vue index e47310e..288752f 100644 --- a/resources/assets/js/components/demo/voter/verification.vue +++ b/resources/assets/js/components/demo/voter/verification.vue @@ -76,7 +76,7 @@ export default { }, resendVerify: function(){ axios.post(config.API+'voter/login', { - 'no_kp' : '970403035003' + 'no_kp' : this.user.no_kp }) .then(response => { this.stopLoading();