Both approve pages were using pagecontext rather than the configured

issuer
pull/1462/head
Stephen Moore 2018-11-12 09:48:50 -05:00 committed by Justin Richer
parent a2e8cb1a67
commit 8430b42ab3
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
</h1>
<form name="confirmationForm"
action="${pageContext.request.contextPath.endsWith('/') ? pageContext.request.contextPath : pageContext.request.contextPath.concat('/') }authorize" method="post">
action="${ config.issuer }${ config.issuer.endsWith('/') ? '' : '/' }authorize" method="post">
<div class="row">
<div class="span5 offset1 well-small" style="text-align: left">

View File

@ -37,7 +37,7 @@
</h1>
<form name="confirmationForm"
action="${pageContext.request.contextPath.endsWith('/') ? pageContext.request.contextPath : pageContext.request.contextPath.concat('/') }device/approve" method="post">
action="${ config.issuer }${ config.issuer.endsWith('/') ? '' : '/' }device/approve" method="post">
<div class="row">
<div class="span5 offset1 well-small" style="text-align: left">