Add recaptcha debugging
This commit is contained in:
@@ -64,7 +64,9 @@ export function RegisterPage() {
|
||||
if (isPasswordlessUser) {
|
||||
await changePassword(password);
|
||||
} else {
|
||||
console.log("executing recaptcha");
|
||||
const recaptchaResponse = await execute();
|
||||
console.log("recaptcha response", recaptchaResponse);
|
||||
await register(userName, password, recaptchaResponse);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user