UNPKG

vue-recaptcha

Version:

ReCAPTCHA vue component

6 lines (5 loc) 217 B
import { invariant } from "./utils.mjs"; export function getEnterpriseRecaptcha() { invariant(window.grecaptcha.enterprise, "Please load enterprise recaptcha script first"); return window.grecaptcha.enterprise; }