Feature 11034: Forgot Password in OSM
[osm/NG-UI.git] / src / app / approutes.module.ts
index 537dc94..2412be7 100644 (file)
@@ -121,6 +121,15 @@ export const appRoutes: Routes = [
         component: ChangePasswordComponent,
         canActivate: [AuthGuardService]
     },
+    {
+        path: 'forgotpassword',
+        component: ChangePasswordComponent
+    },
+    {
+        path: 'forgotpassword/changepassword/:id',
+        component: ChangePasswordComponent,
+        canActivate: [AuthGuardService]
+    },
     {
         path: '**',
         component: PageNotFoundComponent