mirror of
https://github.com/henrygd/beszel.git
synced 2026-08-17 04:36:17 +00:00
ui: possible fix for android bitwarden autofill (#1011)
This commit is contained in:
@@ -286,7 +286,7 @@ export function UserAuthForm({
|
||||
{errors?.passwordConfirm && <p className="px-1 text-xs text-red-600">{errors.passwordConfirm}</p>}
|
||||
</div>
|
||||
)}
|
||||
<div className="sr-only">
|
||||
<div className="sr-only" aria-hidden="true">
|
||||
{/* honeypot */}
|
||||
<label htmlFor="website">Website</label>
|
||||
<input
|
||||
@@ -294,6 +294,7 @@ export function UserAuthForm({
|
||||
type="text"
|
||||
name="website"
|
||||
tabIndex={-1}
|
||||
readOnly
|
||||
autoComplete="off"
|
||||
data-1p-ignore
|
||||
data-lpignore="true"
|
||||
|
||||
Reference in New Issue
Block a user