禁用登录页面浏览器自动填充密码
This commit is contained in:
@@ -224,4 +224,9 @@ MIT License
|
|||||||
|
|
||||||
lsof -ti:3000 | xargs kill -9 2>/dev/null; echo "端口已清理"
|
lsof -ti:3000 | xargs kill -9 2>/dev/null; echo "端口已清理"
|
||||||
|
|
||||||
pnpm dev
|
pnpm dev
|
||||||
|
|
||||||
|
|
||||||
|
rsync -avz --progress server-115-190-235-230:/var/www/chinese-family-tree/public/uploads/ /tmp/uploads_sync/
|
||||||
|
|
||||||
|
rsync -avz --progress /tmp/uploads_sync/ 180.76.240.104-root:/var/www/chinese-family-tree/public/uploads/
|
||||||
@@ -86,6 +86,7 @@ export default function SignInPage() {
|
|||||||
onChange={(e) => setEmail(e.target.value)}
|
onChange={(e) => setEmail(e.target.value)}
|
||||||
required
|
required
|
||||||
disabled={loading}
|
disabled={loading}
|
||||||
|
autoComplete="off"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -99,6 +100,7 @@ export default function SignInPage() {
|
|||||||
onChange={(e) => setPassword(e.target.value)}
|
onChange={(e) => setPassword(e.target.value)}
|
||||||
required
|
required
|
||||||
disabled={loading}
|
disabled={loading}
|
||||||
|
autoComplete="new-password"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user