Remove console.log

This commit is contained in:
Robert Long 2021-12-17 16:30:33 -08:00
parent 39d28a0488
commit 61552af5fb

View File

@ -54,8 +54,6 @@ export function RegisterPage() {
setRegistering(true);
console.log(isPasswordlessUser);
if (isPasswordlessUser) {
changePassword(password)
.then(() => {