Skip to content

Commit 96a8b58

Browse files
author
Pavel
committed
Issue-13768 Fixed error messages on admin user account page after redirect for force password change.
1 parent 274971a commit 96a8b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/User/Observer/Backend/ForceAdminPasswordChangeObserver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public function execute(EventObserver $observer)
108108
'adminhtml_system_account_index',
109109
'adminhtml_system_account_save',
110110
'adminhtml_auth_logout',
111+
'mui_index_render'
111112
];
112113
/** @var \Magento\Framework\App\Action\Action $controller */
113114
$controller = $observer->getEvent()->getControllerAction();

0 commit comments

Comments
 (0)