]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+reset-password/reset-password.component.ts
Translated using Weblate (Persian)
[github/Chocobozzz/PeerTube.git] / client / src / app / +reset-password / reset-password.component.ts
index 44216f978666a72809a2f5f9a0cbdbf82365301f..a6c05bbfb0d47789aa047c687e72fa6d26e84d15 100644 (file)
@@ -45,6 +45,7 @@ export class ResetPasswordComponent extends FormReactive implements OnInit {
       .subscribe({
         next: () => {
           this.notifier.success($localize`Your password has been successfully reset!`)
+
           this.router.navigate([ '/login' ])
         },