diff options
-rw-r--r-- | client/src/app/core/routing/redirect.service.ts | 3 |
1 files changed, 2 insertions, 1 deletions
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 { | |||
43 | 43 | ||
44 | redirectToPreviousRoute () { | 44 | redirectToPreviousRoute () { |
45 | const exceptions = [ | 45 | const exceptions = [ |
46 | '/verify-account' | 46 | '/verify-account', |
47 | '/reset-password' | ||
47 | ] | 48 | ] |
48 | 49 | ||
49 | if (this.previousUrl) { | 50 | if (this.previousUrl) { |