mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 17:30:11 +00:00
This closes #2377
This commit is contained in:
commit
44fa690375
@ -362,7 +362,7 @@ var ARTEMIS = (function(ARTEMIS) {
|
|||||||
|
|
||||||
workspace.subLevelTabs = subLevelTabs;
|
workspace.subLevelTabs = subLevelTabs;
|
||||||
|
|
||||||
preLogoutTasks.addTask("clearArtemisCredentials", () => {
|
preLogoutTasks.addTask("clearArtemisCredentials", function () {
|
||||||
localStorage.removeItem('artemisUserName');
|
localStorage.removeItem('artemisUserName');
|
||||||
localStorage.removeItem('artemisPassword');
|
localStorage.removeItem('artemisPassword');
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user