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
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
...@@ -61,7 +61,7 @@ public class ConfidentialClientApplication { ...@@ -61,7 +61,7 @@ public class ConfidentialClientApplication {
try { try {
userRegisterRestTemplate.postForObject(url, createDto, UserCreateDto.class); userRegisterRestTemplate.postForObject(url, createDto, UserCreateDto.class);
} catch (RestClientException e) { } 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); 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