disable browser autocomplete on all input fields

This commit is contained in:
Yuyao Huang
2026-05-09 10:38:00 +08:00
parent 0fc62f2d16
commit 3dbe7f9c17
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<body class="auth-page">
<div class="auth-container">
<h1>Login</h1>
<form id="login-form">
<form id="login-form" autocomplete="off">
<div class="form-group">
<label for="username">Username</label>
<input type="text" id="username" name="username" required>