Upgrade oauth_error details
parent
6dd77867e1
commit
a915ac1ad9
|
@ -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>
|
Loading…
Reference in New Issue