From: Chocobozzz Date: Mon, 28 Oct 2019 07:47:17 +0000 (+0100) Subject: Don't redirect on verify account page after login X-Git-Tag: v2.0.0-rc.1~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f003ef1b54c3eedcc722e00c6a526f2368dd5885;p=oweals%2Fpeertube.git Don't redirect on verify account page after login --- diff --git a/client/src/app/core/routing/redirect.service.ts b/client/src/app/core/routing/redirect.service.ts index 571822b76..43b89f08d 100644 --- a/client/src/app/core/routing/redirect.service.ts +++ b/client/src/app/core/routing/redirect.service.ts @@ -43,7 +43,8 @@ export class RedirectService { redirectToPreviousRoute () { const exceptions = [ - '/verify-account' + '/verify-account', + '/reset-password' ] if (this.previousUrl) {