Skip to content

Commit

Permalink
Fix SessionConfiguration serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
yamass committed Oct 7, 2024
1 parent c5131a0 commit 310b475
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public UiConfiguration createUiConfiguration() {
config.setLocale(locale.toLanguageTag());
config.setOptimizedForTouch(optimizedForTouch);
config.setThemeClassName(theme.getCssClass());
config.setClosedSessionHandling(closedSessionHandling);
return config;
}

Expand Down

0 comments on commit 310b475

Please sign in to comment.