mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-19 10:59:24 +00:00
feat: 权限输入框改为密码类型
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user