Browse Source

first commit

tags/V2.2.0
chenjiandong 2 years ago
parent
commit
474329d159
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tuoheng_oidc_server/src/main/resources/templates/login.html

+ 1
- 1
tuoheng_oidc_server/src/main/resources/templates/login.html View File

@@ -96,7 +96,7 @@
<input name="username" placeholder="请输入用户名" type="text"/>
<input name="password" placeholder="请输入密码" type="password"/>
<div class="form__tips is--error" th:if="${param.error}">
Invalid username and password.
用户名密码错误,请重新输入!
</div>
<!-- <input name="code" placeholder="请输入验证码" value="code" /> -->
<button type="submit">登 录</button>

Loading…
Cancel
Save