fix: 优化登录页面密码管理器自动填充

This commit is contained in:
jxxghp
2026-03-30 12:56:17 +08:00
parent ead891ca2f
commit 9c893abcdf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "2.9.21",
"version": "2.9.23",
"private": true,
"type": "module",
"bin": "dist/service.js",

View File

@@ -582,7 +582,7 @@ onUnmounted(() => {
type="text"
name="username"
id="username"
autocomplete="username webauthn"
autocomplete="username"
:rules="[requiredValidator]"
hide-details
/>