fixes
This commit is contained in:
@@ -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: () =>
|
||||
|
||||
Reference in New Issue
Block a user