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.
2 parents 5603b24 + 25f4417 commit 94fc54eCopy full SHA for 94fc54e
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