fix(public): register links are broken

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-12-21 11:19:35 +01:00
parent b6bdcddcbe
commit 14ed77bd78
6 changed files with 5 additions and 6 deletions

View File

@@ -26,7 +26,6 @@ const isPublicRoute = createRouteMatcher([
'/share/overview/:id',
'/login(.*)?',
'/reset-password(.*)?',
'/register(.*)?',
'/sso-callback(.*)?',
'/onboarding',
]);