vue-recaptcha
Version:
ReCAPTCHA vue component
11 lines (10 loc) • 354 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getEnterpriseRecaptcha = getEnterpriseRecaptcha;
var _utils = require("./utils.cjs");
function getEnterpriseRecaptcha() {
(0, _utils.invariant)(window.grecaptcha.enterprise, "Please load enterprise recaptcha script first");
return window.grecaptcha.enterprise;
}
;