mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: fix autocomplete hint in signup form password fields (#3272)
This commit is contained in:
@@ -352,14 +352,14 @@ function Signup(props: BaseAuthComponentProps<"signup">) {
|
||||
<AuthField
|
||||
id="password"
|
||||
type="password"
|
||||
autoComplete="current-password"
|
||||
autoComplete="new-password"
|
||||
label="Set password"
|
||||
defaultValue={form?.password}
|
||||
/>
|
||||
<AuthField
|
||||
id="confirm-password"
|
||||
type="password"
|
||||
autoComplete="confirm-password"
|
||||
autoComplete="new-password"
|
||||
label="Confirm password"
|
||||
defaultValue={form?.["confirm-password"]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user