Remove console.log
This commit is contained in:
@@ -54,8 +54,6 @@ export function RegisterPage() {
|
|||||||
|
|
||||||
setRegistering(true);
|
setRegistering(true);
|
||||||
|
|
||||||
console.log(isPasswordlessUser);
|
|
||||||
|
|
||||||
if (isPasswordlessUser) {
|
if (isPasswordlessUser) {
|
||||||
changePassword(password)
|
changePassword(password)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user