Removing unneeded div el
parent
703a8abab5
commit
181b0ce605
|
@ -8,7 +8,6 @@
|
||||||
<o:header title="approve access"/>
|
<o:header title="approve access"/>
|
||||||
<o:topbar/>
|
<o:topbar/>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="content">
|
|
||||||
<% if (session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY) != null && !(session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY) instanceof UnapprovedClientAuthenticationException)) { %>
|
<% if (session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY) != null && !(session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY) instanceof UnapprovedClientAuthenticationException)) { %>
|
||||||
<div class="alert-message error">
|
<div class="alert-message error">
|
||||||
<a href="#" class="close">×</a>
|
<a href="#" class="close">×</a>
|
||||||
|
@ -43,7 +42,6 @@
|
||||||
</p>
|
</p>
|
||||||
<a href="#" class="small">learn more</a>
|
<a href="#" class="small">learn more</a>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</authz:authorize>
|
</authz:authorize>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue