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