Skip to content

Commit

Permalink
Cambio acceso Auth
Browse files Browse the repository at this point in the history
Se ha cambiado la ruta de acceso a Autenticación desde el formulario de login
  • Loading branch information
roberjc committed Feb 5, 2016
1 parent 0159226 commit 826c66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/views/customer/#.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<jstl:if test="${message != null}">
<div class="info">
<spring:message code="login.info" />
<a href="http://agora-us.260mb.net" target="blank">Auth</a>
<a href="http://localhost/Auth" target="blank">Auth</a>
<spring:message code="login.info2" />
</div>
</jstl:if>
Expand Down

0 comments on commit 826c66c

Please # to comment.