fix(2fa): fixed redirect loop in workflow when password reset was done.
This commit is contained in:
parent
566e572fff
commit
a36b846e92
2 changed files with 12 additions and 6 deletions
|
|
@ -144,6 +144,7 @@ class BaseAppView(object):
|
|||
skip_user_views = [
|
||||
"logout",
|
||||
"login",
|
||||
"check_2fa",
|
||||
"my_account_password",
|
||||
"my_account_password_update",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue