Remove console.log
This commit is contained in:
parent
39d28a0488
commit
61552af5fb
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ export function RegisterPage() {
|
||||||
|
|
||||||
setRegistering(true);
|
setRegistering(true);
|
||||||
|
|
||||||
console.log(isPasswordlessUser);
|
|
||||||
|
|
||||||
if (isPasswordlessUser) {
|
if (isPasswordlessUser) {
|
||||||
changePassword(password)
|
changePassword(password)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
Loading…
Reference in a new issue