Don't redirect on verify account page after login
This commit is contained in:
parent
f67d757452
commit
f003ef1b54
|
@ -43,7 +43,8 @@ export class RedirectService {
|
||||||
|
|
||||||
redirectToPreviousRoute () {
|
redirectToPreviousRoute () {
|
||||||
const exceptions = [
|
const exceptions = [
|
||||||
'/verify-account'
|
'/verify-account',
|
||||||
|
'/reset-password'
|
||||||
]
|
]
|
||||||
|
|
||||||
if (this.previousUrl) {
|
if (this.previousUrl) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user