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 1b78030 commit 25f4417Copy full SHA for 25f4417
quick-start/src/main/java/com/marklogic/hub/web/controller/api/DataHubServerApiController.java
@@ -127,7 +127,6 @@ public LoginForm getLoginStatus(HttpSession session) {
127
public LoginForm postLogout(HttpSession session) {
128
LoginForm loginForm = (LoginForm) session.getAttribute("loginForm");
129
loginForm.setLoggedIn(false);
130
- this.environmentConfiguration.removeSavedConfiguration();
131
this.retrieveEnvironmentConfiguration(loginForm);
132
133
session.invalidate();
0 commit comments