somehow this works for disabling autocomplete? weird

This commit is contained in:
Jack 2021-08-09 17:43:22 +01:00
parent a2c1311a57
commit 171bbeeee5

View file

@ -3978,18 +3978,18 @@
</div>
<div class="register side">
<div class="title">register</div>
<form action="" autocomplete="off">
<input type="text" placeholder="username" autocomplete="off" />
<input type="text" placeholder="email" autocomplete="off" />
<form action="" autocomplete="nope">
<input type="text" placeholder="username" autocomplete="nope" />
<input type="text" placeholder="email" autocomplete="nope" />
<input
type="password"
placeholder="password"
autocomplete="off"
autocomplete="new-password"
/>
<input
type="password"
placeholder="verify password"
autocomplete="off"
autocomplete="nopeee"
/>
<div class="button">
<i class="fas fa-user-plus"></i>