This commit is contained in:
Clebert Suconic 2018-10-17 20:50:36 -04:00
commit 44fa690375

View File

@ -362,7 +362,7 @@ var ARTEMIS = (function(ARTEMIS) {
workspace.subLevelTabs = subLevelTabs;
preLogoutTasks.addTask("clearArtemisCredentials", () => {
preLogoutTasks.addTask("clearArtemisCredentials", function () {
localStorage.removeItem('artemisUserName');
localStorage.removeItem('artemisPassword');
});