Remove recaptcha debug logging

This commit is contained in:
Robert Long
2022-01-18 11:53:45 -08:00
parent 8df13ee7c8
commit d6567658c0
2 changed files with 0 additions and 8 deletions

View File

@@ -64,9 +64,7 @@ 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);
}
}