From d008219602cd2c677725bb03d37218acf7a42d8d Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 12 Aug 2022 09:22:52 +0800 Subject: [PATCH] fix recaptcha --- resources/assets/vue/general/mixins/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/vue/general/mixins/request.js b/resources/assets/vue/general/mixins/request.js index 1f121d3c..731d8ebe 100644 --- a/resources/assets/vue/general/mixins/request.js +++ b/resources/assets/vue/general/mixins/request.js @@ -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}) }