1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/user/HostedAuth
Nick b4197e54e6 fix: input fields (PR #1110 from NickMolloy/improve-input-attributes)
* Use correct input type

"string" is not a valid input type: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types
"text" is the actual valid value.

* Use correct autocomplete values for credential fields
"true", "on", and "confirm-password" are not valid autocomplete values https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
2022-06-22 11:05:03 +02:00
..
HostedAuth.styles.ts chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
HostedAuth.tsx fix: input fields (PR #1110 from NickMolloy/improve-input-attributes) 2022-06-22 11:05:03 +02:00