We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ddc6a commit db502e1Copy full SHA for db502e1
src/views/chat/layout/Permission.vue
@@ -64,8 +64,7 @@ function handlePress(event: KeyboardEvent) {
64
</p>
65
<Icon403 class="w-[200px] m-auto" />
66
</header>
67
- <NInput v-model:value="token" type="text" placeholder="" @keypress="handlePress" />
68
-
+ <NInput v-model:value="token" type="password" placeholder="" @keypress="handlePress" />
69
<NButton
70
block
71
type="primary"
0 commit comments