aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+reset-password/reset-password.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+reset-password/reset-password.component.ts')
-rw-r--r--client/src/app/+reset-password/reset-password.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+reset-password/reset-password.component.ts b/client/src/app/+reset-password/reset-password.component.ts
index 44216f978..a6c05bbfb 100644
--- a/client/src/app/+reset-password/reset-password.component.ts
+++ b/client/src/app/+reset-password/reset-password.component.ts
@@ -45,6 +45,7 @@ export class ResetPasswordComponent extends FormReactive implements OnInit {
45 .subscribe({ 45 .subscribe({
46 next: () => { 46 next: () => {
47 this.notifier.success($localize`Your password has been successfully reset!`) 47 this.notifier.success($localize`Your password has been successfully reset!`)
48
48 this.router.navigate([ '/login' ]) 49 this.router.navigate([ '/login' ])
49 }, 50 },
50 51