feat: refine creation and registration flows

This commit is contained in:
Sacha
2026-07-30 09:42:12 +02:00
parent 3fff09ba81
commit 761f3cc200
39 changed files with 1444 additions and 1239 deletions
+1
View File
@@ -56,6 +56,7 @@ const HIDDEN_ROUTE_NAMES = new Set([
Routes.Login,
Routes.ResetPassword,
Routes.Register,
Routes.RegistrationChoice,
])
const noopAsync = async () => {}