UNPKG

recaptcha-v3-react-function-async

Version:

This library helps to integrate google recaptcha into your react project easily.

6 lines (4 loc) 129 B
'use client' export default async (sitekey, action) => { return await window.grecaptcha.execute(sitekey, { action }) }