fix recaptcha

This commit is contained in:
omair saleh
2022-08-12 09:22:52 +08:00
parent 1eb119d44a
commit d008219602
+1 -1
View File
@@ -30,7 +30,7 @@ export default {
console.log(error);
this.$store.dispatch('createNotification', {title: 'Unexpected Error', message: 'An unexpected error has occurred. Try again!', type: 'error'});
}).then(() => {
this.$refs.captcha.execute();
// this.$refs.captcha.execute();
if (section) {
this.$store.dispatch('toggleLoading', {name: section, status: false})
}