projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f67d757
)
Don't redirect on verify account page after login
author
Chocobozzz
<me@florianbigard.com>
Mon, 28 Oct 2019 07:47:17 +0000
(08:47 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 28 Oct 2019 07:47:17 +0000
(08:47 +0100)
client/src/app/core/routing/redirect.service.ts
patch
|
blob
|
history
diff --git
a/client/src/app/core/routing/redirect.service.ts
b/client/src/app/core/routing/redirect.service.ts
index 571822b767a3dd85b8ec749fb19853dc29f0a517..43b89f08dc8e194f1ca7e4759d5c6d13fb46b1bf 100644
(file)
--- 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) {