fix(register): clear email
All checks were successful
Build latest image / build-container (push) Successful in 47s
All checks were successful
Build latest image / build-container (push) Successful in 47s
This commit is contained in:
parent
509685497e
commit
b7e3e59e7a
@ -64,6 +64,7 @@
|
|||||||
localStorage.clear();
|
localStorage.clear();
|
||||||
location.reload();
|
location.reload();
|
||||||
}
|
}
|
||||||
|
email = '';
|
||||||
firstname = '';
|
firstname = '';
|
||||||
lastname = '';
|
lastname = '';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user