disable browser autocomplete on all input fields
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<body class="auth-page">
|
||||
<div class="auth-container">
|
||||
<h1>Register</h1>
|
||||
<form id="register-form">
|
||||
<form id="register-form" autocomplete="off">
|
||||
<div class="form-group">
|
||||
<label for="username">Username</label>
|
||||
<input type="text" id="username" name="username" required>
|
||||
|
||||
Reference in New Issue
Block a user