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

This commit is contained in:
2025-05-23 10:46:34 +02:00
parent 509685497e
commit b7e3e59e7a

View File

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