Skip to content

Commit

Permalink
IVYPORTAL-16459 Make Portal Open Source
Browse files Browse the repository at this point in the history
- Revert dummy code
  • Loading branch information
chnam-axonivy committed Mar 7, 2024
1 parent de1c247 commit 29bb90d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public class ThemeBean implements Serializable {

@PostConstruct
public void init() {
String name = "dummny name";
String themeModeFromCookie = getThemeModeFromCookie();
String themeMode = StringUtils.isNotBlank(themeModeFromCookie) ? themeModeFromCookie : getDefaultThemeMode();
changeToThemeMode(themeMode.toLowerCase());
Expand Down

0 comments on commit 29bb90d

Please sign in to comment.