]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+reset-password/reset-password-routing.module.ts
Lazy load all routes
[github/Chocobozzz/PeerTube.git] / client / src / app / +reset-password / reset-password-routing.module.ts
similarity index 95%
rename from client/src/app/reset-password/reset-password-routing.module.ts
rename to client/src/app/+reset-password/reset-password-routing.module.ts
index d443b51d64e71fd383fb362982f00e067ae8d041..31bc08709b4b20195a8fef9f5c053cef50234939 100644 (file)
@@ -5,7 +5,7 @@ import { ResetPasswordComponent } from './reset-password.component'
 
 const resetPasswordRoutes: Routes = [
   {
-    path: 'reset-password',
+    path: '',
     component: ResetPasswordComponent,
     canActivate: [ MetaGuard ],
     data: {