Skip to content
Snippets Groups Projects
Commit c549d19b authored by Dominika Zemanovičová's avatar Dominika Zemanovičová
Browse files

Remove including DOCKER_RUNNING env

parent 7f2aef30
No related branches found
No related tags found
1 merge request!44fixed ConfidentialClientApplication
......@@ -61,7 +61,7 @@ public class ConfidentialClientApplication {
try {
userRegisterRestTemplate.postForObject(url, createDto, UserCreateDto.class);
} catch (RestClientException e) {
throw new ServletException("Unable to register user" + System.getenv("DOCKER_RUNNING"), e);
throw new ServletException("Unable to register user", e);
}
}
super.onAuthenticationSuccess(req, res, auth);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment