From f003ef1b54c3eedcc722e00c6a526f2368dd5885 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 28 Oct 2019 08:47:17 +0100 Subject: Don't redirect on verify account page after login --- client/src/app/core/routing/redirect.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src') 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) { -- cgit v1.2.3