Skip to content

Commit 25f4417

Browse files
committed
fixed #146 - don't reset user prefs on logout
1 parent 1b78030 commit 25f4417

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quick-start/src/main/java/com/marklogic/hub/web/controller/api/DataHubServerApiController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public LoginForm getLoginStatus(HttpSession session) {
127127
public LoginForm postLogout(HttpSession session) {
128128
LoginForm loginForm = (LoginForm) session.getAttribute("loginForm");
129129
loginForm.setLoggedIn(false);
130-
this.environmentConfiguration.removeSavedConfiguration();
131130
this.retrieveEnvironmentConfiguration(loginForm);
132131

133132
session.invalidate();

0 commit comments

Comments
 (0)