fix(2fa): fixed redirect loop in workflow when password reset was done.

This commit is contained in:
RhodeCode Admin 2024-04-24 11:13:35 +02:00
parent 566e572fff
commit a36b846e92
2 changed files with 12 additions and 6 deletions

View file

@ -144,6 +144,7 @@ class BaseAppView(object):
skip_user_views = [
"logout",
"login",
"check_2fa",
"my_account_password",
"my_account_password_update",
]