Project

General

Profile

« Previous | Next » 

Revision 3e9b93db

Added by Patrick Plitzner over 7 years ago

ref #5458 Correctly log out of session when clicking logout button

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/HorizontalToolbar.java
98 98
				@Override
99 99
                public void buttonClick(ClickEvent event) {
100 100

  
101
					VaadinSession.getCurrent().close();
101 102
					authentication.setAuthenticated(false);
102 103
					UI.getCurrent().getNavigator().navigateTo("abstractAuthenticatedUI");
103 104
				}

Also available in: Unified diff