Skip to content
Snippets Groups Projects
Commit c88688f7 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

Merge branch 'temporary_fix_502' into stable

parents 5c59eef9 6935f986
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<constructor-arg value="/login/hbp"></constructor-arg>
<property name="authenticationSuccessHandler">
<bean class="org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler">
<property name="defaultTargetUrl" value="${frontend.redirect}" />
<property name="defaultTargetUrl" value="http://frontend/home" />
</bean>
</property>
<property name="restTemplate">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment