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.
1 parent e761232 commit df71ad7Copy full SHA for df71ad7
src/main/java/org/woehlke/java/simpleworklist/domain/user/login/LoginSuccessHandler.java
@@ -50,7 +50,7 @@ public void onAuthenticationSuccess(
50
userAccountLoginSuccessService.updateLastLoginTimestamp(user);
51
Locale locale;
52
switch(user.getDefaultLanguage()){
53
- case Language.DE: locale = Locale.GERMAN; break;
+ case DE: locale = Locale.GERMAN; break;
54
default: locale = Locale.ENGLISH; break;
55
}
56
localeResolver.setLocale(request,response,locale);
0 commit comments