Open
Description
This issue is related to "Reset" button functionality of user form at admin panel. By default, this "Reset" button reloads page and navigate to "User Info" tab, but it stops working when two-factor authentication module(Magento_TwoFactorAuth) is enabled.
Preconditions (*)
- Installed magento 2.4, 2.4-develop
- Two-Factor Authentication (2FA) must be enabled.
Steps to reproduce (*)
- Go to Admin.
- Navigate to Systems > Permissions > All Users.
- Select any user and open user edit page.
- Click on "Reset" button.
Expected result (*)
- Page should reload.
- If other tab is selected then it should reload page and returns to main "User Info" tab.