Upgrade oauth_error details

0.3
lishengzhao 2015-05-19 16:15:09 +08:00
parent 6dd77867e1
commit a915ac1ad9
1 changed files with 8 additions and 2 deletions

View File

@ -4,6 +4,7 @@
--%> --%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
@ -12,8 +13,13 @@
<body> <body>
<a href="${contextPath}/">Home</a> <a href="${contextPath}/">Home</a>
<p> <h3>
Illegal action. Illegal action.
</p> </h3>
<div class="alert alert-danger">
<c:out value="${error.summary}"/>
</div>
</body> </body>
</html> </html>