Fixed display of login error

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2016-10-20 22:47:39 -06:00
parent 04f0167f66
commit 92368cca8f
@@ -56,7 +56,7 @@
<!-- ROLE_USER -->
<security:intercept-url pattern="/**" access="ROLE_USER" />
<security:form-login login-page="/login.view" default-target-url="/home.view" />
<security:form-login login-page="/login.view" default-target-url="/home.view" authentication-failure-url="/login.view?error=1"/>
</security:http>
<security:authentication-manager>