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
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "2.9.21", "version": "2.9.23",
"private": true, "private": true,
"type": "module", "type": "module",
"bin": "dist/service.js", "bin": "dist/service.js",
+1 -1
View File
@@ -582,7 +582,7 @@ onUnmounted(() => {
type="text" type="text"
name="username" name="username"
id="username" id="username"
autocomplete="username webauthn" autocomplete="username"
:rules="[requiredValidator]" :rules="[requiredValidator]"
hide-details hide-details
/> />