parent
dd391ebf3c
commit
478463bd5a
|
@ -114,8 +114,8 @@
|
||||||
<h4>
|
<h4>
|
||||||
<i class="icon-info-sign"></i> Warning:
|
<i class="icon-info-sign"></i> Warning:
|
||||||
</h4>
|
</h4>
|
||||||
This client does not have any redirect URIs registered and could be using a
|
This client does not have any redirect URIs registered and someone could be using a
|
||||||
malicious URI. You will be redirected to the following page if you click Approve:
|
malicious URI here. You will be redirected to the following page if you click Approve:
|
||||||
<code><c:out value="${redirect_uri}" /></code>
|
<code><c:out value="${redirect_uri}" /></code>
|
||||||
</div>
|
</div>
|
||||||
</c:when>
|
</c:when>
|
||||||
|
|
|
@ -151,7 +151,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="control-group" id="tosUri">
|
<div class="control-group" id="tosUri">
|
||||||
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> Terms of Service</label>
|
<label class="control-label">Terms of Service</label>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<input placeholder="http://" value="<%=tosUri%>" maxlength="1000" type="text" class=""/>
|
<input placeholder="http://" value="<%=tosUri%>" maxlength="1000" type="text" class=""/>
|
||||||
<p class="help-block">URL for the Terms of Service of this client, will be displayed to the user</p>
|
<p class="help-block">URL for the Terms of Service of this client, will be displayed to the user</p>
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="control-group" id="policyUri">
|
<div class="control-group" id="policyUri">
|
||||||
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> Policy</label>
|
<label class="control-label">Policy Statement</label>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<input placeholder="http://" value="<%=policyUri%>" maxlength="1000" type="text" class=""/>
|
<input placeholder="http://" value="<%=policyUri%>" maxlength="1000" type="text" class=""/>
|
||||||
<p class="help-block">URL for the Policy Statement of this client, will be displayed to the user</p>
|
<p class="help-block">URL for the Policy Statement of this client, will be displayed to the user</p>
|
||||||
|
@ -167,7 +167,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="control-group" id="clientUri">
|
<div class="control-group" id="clientUri">
|
||||||
<label class="control-label"><span class="label label-default nyi"><i class="icon-road icon-white"></i> NYI </span> Home Page</label>
|
<label class="control-label">Home Page</label>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<input placeholder="http://" value="<%=clientUri%>" maxlength="1000" type="text" class=""/>
|
<input placeholder="http://" value="<%=clientUri%>" maxlength="1000" type="text" class=""/>
|
||||||
<p class="help-block">URL for the client's home page, will be displayed to the user</p>
|
<p class="help-block">URL for the client's home page, will be displayed to the user</p>
|
||||||
|
|
Loading…
Reference in New Issue