Skip to content

Commit ce564ad

Browse files
Adjust credential-offer.jsp
1 parent d6dfe56 commit ce564ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main/webapp/WEB-INF/template/credential-offer.jsp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@
107107
<div>Input Login ID and Password.</div>
108108
<input type="text" id="loginId" name="loginId" placeholder="Login ID"
109109
autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
110-
class="font-default" value="${model.loginId}" ${model.loginIdReadOnly}>
111-
<input type="password" id="password" name="password" placeholder="Password"
112-
class="font-default">
110+
value="${model.loginId}" ${model.loginIdReadOnly}>
111+
<input type="password" id="password" name="password" placeholder="Password">
113112
</div>
114113
</div>
115114
</div>
@@ -175,7 +174,7 @@
175174
<tr>
176175
<td width="20"></td>
177176
<td class="border-top"><nobr>Value</nobr></td>
178-
<td>
177+
<td class="border-top">
179178
<input type="text" id="txCode" name="txCode"
180179
value="${model.txCode}" size="40"
181180
placeholder="e.g. 493536">

0 commit comments

Comments
 (0)