aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+reset-password
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+reset-password')
-rw-r--r--client/src/app/+reset-password/reset-password-routing.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+reset-password/reset-password-routing.module.ts b/client/src/app/+reset-password/reset-password-routing.module.ts
index 31bc08709..7f1ba2f68 100644
--- a/client/src/app/+reset-password/reset-password-routing.module.ts
+++ b/client/src/app/+reset-password/reset-password-routing.module.ts
@@ -10,7 +10,7 @@ const resetPasswordRoutes: Routes = [
10 canActivate: [ MetaGuard ], 10 canActivate: [ MetaGuard ],
11 data: { 11 data: {
12 meta: { 12 meta: {
13 title: 'Reset password' 13 title: `Reset password`
14 } 14 }
15 } 15 }
16 } 16 }