mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
implemented reCaptcha
This commit is contained in:
Vendored
+7
-1
@@ -11,7 +11,8 @@ import SubscriptionHelpers from "./helpers/SubscriptionHelpers";
|
||||
import ValidatorHelpers from "./helpers/ValidatorHelpers";
|
||||
import functionHelpers from "./helpers/functionHelpers";
|
||||
import AlertHelpers from "./helpers/AlertHelpers";
|
||||
import itemHelpers from "./helpers/itemHelpers"
|
||||
import itemHelpers from "./helpers/itemHelpers";
|
||||
import { VueReCaptcha } from 'vue-recaptcha-v3';
|
||||
|
||||
Vue.use(VueRouter);
|
||||
Vue.use(SubscriptionHelpers);
|
||||
@@ -19,6 +20,11 @@ Vue.use(ValidatorHelpers);
|
||||
Vue.use(functionHelpers);
|
||||
Vue.use(AlertHelpers);
|
||||
Vue.use(itemHelpers);
|
||||
Vue.use(VueReCaptcha, { siteKey: config.recaptcha_client_id,
|
||||
loaderOptions: {
|
||||
autoHideBadge: true
|
||||
}
|
||||
})
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user