Skip to content

Commit

Permalink
feat: 权限输入框改为密码类型
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Mar 13, 2023
1 parent 41ddc6a commit db502e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/chat/layout/Permission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ function handlePress(event: KeyboardEvent) {
</p>
<Icon403 class="w-[200px] m-auto" />
</header>
<NInput v-model:value="token" type="text" placeholder="" @keypress="handlePress" />

<NInput v-model:value="token" type="password" placeholder="" @keypress="handlePress" />
<NButton
block
type="primary"
Expand Down

0 comments on commit db502e1

Please sign in to comment.