mirror of https://github.com/Chocobozzz/PeerTube
Don't redirect on verify account page after login
parent
f67d757452
commit
f003ef1b54
|
@ -43,7 +43,8 @@ export class RedirectService {
|
|||
|
||||
redirectToPreviousRoute () {
|
||||
const exceptions = [
|
||||
'/verify-account'
|
||||
'/verify-account',
|
||||
'/reset-password'
|
||||
]
|
||||
|
||||
if (this.previousUrl) {
|
||||
|
|
Loading…
Reference in New Issue