We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a69a8f commit 877a017Copy full SHA for 877a017
app/code/Magento/Security/Model/Plugin/Auth.php
@@ -35,6 +35,8 @@ public function __construct(
35
}
36
37
/**
38
+ * Add warning message if other sessions terminated
39
+ *
40
* @param \Magento\Backend\Model\Auth $authModel
41
* @return void
42
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
@@ -48,6 +50,8 @@ public function afterLogin(\Magento\Backend\Model\Auth $authModel)
48
50
49
51
52
53
+ * Handle logout process
54
55
56
57
0 commit comments