mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 14:04:01 +00:00
fix recaptcha
This commit is contained in:
+1
-1
@@ -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})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user