mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-28 17:55:15 +02:00
* 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 |
||
---|---|---|
.. | ||
Authentication | ||
common | ||
DemoAuth | ||
ForgottenPassword | ||
HostedAuth | ||
Login | ||
NewUser | ||
PasswordAuth | ||
ResetPassword | ||
SimpleAuth | ||
StandaloneBanner | ||
UserProfile | ||
AuthenticationCustomComponent.tsx | ||
user.module.scss |