fix(register): clear email
All checks were successful
Build latest image / build-container (push) Successful in 47s

This commit is contained in:
Philipp Dormann 2025-05-23 10:46:34 +02:00
parent 509685497e
commit b7e3e59e7a
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -64,6 +64,7 @@
localStorage.clear();
location.reload();
}
email = '';
firstname = '';
lastname = '';
}