Skip to content

Commit

Permalink
✨ The token is shown in the materials. Closed 157
Browse files Browse the repository at this point in the history
  • Loading branch information
WispX committed Apr 21, 2021
1 parent 749583a commit d906577
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions application/index/view/user/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<label class="mdui-textfield-label">邮箱</label>
<input class="mdui-textfield-input" type="email" value="{$user.email}" disabled/>
</div>
<div class="mdui-textfield">
<label class="mdui-textfield-label">Token</label>
<input class="mdui-textfield-input" type="text" value="{$user.token}" disabled/>
<div class="mdui-textfield-helper">注意:Token具有管理图片权限,请不要随意泄漏。</div>
</div>
<div class="mdui-textfield">
<label class="mdui-textfield-label">昵称</label>
<input class="mdui-textfield-input" type="text" name="nickname" value="{$user.nickname}" maxlength="15" placeholder="昵称"/>
Expand Down

0 comments on commit d906577

Please sign in to comment.