Don't redirect on verify account page after login

This commit is contained in:
Chocobozzz 2019-10-28 08:47:17 +01:00
parent f67d757452
commit f003ef1b54
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ export class RedirectService {
redirectToPreviousRoute () {
const exceptions = [
'/verify-account'
'/verify-account',
'/reset-password'
]
if (this.previousUrl) {