1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src/component/user
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
..
Authentication chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
common fix: input fields (PR #1110 from NickMolloy/improve-input-attributes) 2022-06-22 11:05:03 +02:00
DemoAuth chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
ForgottenPassword chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
HostedAuth fix: input fields (PR #1110 from NickMolloy/improve-input-attributes) 2022-06-22 11:05:03 +02:00
Login chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
NewUser chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
PasswordAuth fix: input fields (PR #1110 from NickMolloy/improve-input-attributes) 2022-06-22 11:05:03 +02:00
ResetPassword chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
SimpleAuth chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
StandaloneBanner chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
UserProfile fix: input fields (PR #1110 from NickMolloy/improve-input-attributes) 2022-06-22 11:05:03 +02:00
AuthenticationCustomComponent.tsx chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
user.module.scss Feat/user profile (#274) 2021-04-23 13:49:42 +02:00