Skip to content

Commit

Permalink
fix for URL / browser history after OAuth login
Browse files Browse the repository at this point in the history
  • Loading branch information
maltem-za committed May 29, 2023
1 parent f0b552f commit a689f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/catma/ui/CatmaApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private void handleRequestOauth(VaadinRequest request) {
setContent(mainView);

eventBus.post(new RouteToDashboardEvent());
getPage().pushState("/catma/");
getPage().pushState("/seven/");
}
}

Expand Down

0 comments on commit a689f24

Please sign in to comment.