mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
DEV: Use autocomplete="new-password"
(#25913)
And normalize `<PasswordField />` arguments
(we were getting `[DOM] Input elements should have autocomplete attributes (suggested: "current-password")` in smoke test logs, this may or may not fix that 😛)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
</StyleguideExample>
|
||||
|
||||
<StyleguideExample @title="password">
|
||||
<PasswordField @type="password" @placeholder="Placeholder" />
|
||||
<PasswordField type="password" placeholder="Placeholder" />
|
||||
</StyleguideExample>
|
||||
|
||||
<StyleguideExample @title="textarea">
|
||||
|
Reference in New Issue
Block a user