This commit is contained in:
Bastian Wagner
2026-08-01 13:17:26 +02:00
parent e3bff40181
commit 4c1bd49405
23 changed files with 185 additions and 2027 deletions

View File

@@ -28,6 +28,11 @@ export const routes: Routes = [
loadComponent: () =>
import('./features/auth/reset-password/reset-password').then((m) => m.ResetPassword),
},
{
path: 'confirm-email/:hash',
loadComponent: () =>
import('./features/auth/confirm-email/confirm-email').then((m) => m.ConfirmEmail),
},
{
path: 'password-change/:hash',
loadComponent: () =>