1
0
Commit Graph

103 Commits

Author SHA1 Message Date
390f71b0c6 feat(registration): improve username and password validation
Username and password are validated in the api for length and whitespaces. Previously, the api would tell the user "hey you got it wrong" but the error was not reflected properly in the UI. This change implements a client-side validation which mirrors the one from the api, allowing instant validation and better error UX.
2024-02-12 17:32:24 +01:00
4a66c2202f chore: only use api version as it is coming from the same codebase 2024-02-09 13:42:03 +01:00
fc4676315d chore: move frontend files 2024-02-07 14:56:56 +01:00