src/main/java/com/moral/security/auth/login/LoginAwareAuthenticationSuccessHandler.java
@@ -53,7 +53,6 @@ response.setStatus(HttpStatus.OK.value()); response.setContentType(MediaType.APPLICATION_JSON_VALUE); mapper.writeValue(response.getWriter(), tokenMap); clearAuthenticationAttributes(request); }