grafana/public/app/features/profile
Tharun Rajendran c26bd6c52f
Password Field Improvements (#36160)
* Password: added show password functionality
added autcomplete props
created password component

Fixes #28721

* addressed review changes and added unit tests

* wrapped passwordField component in forwardRef

* fix validation and tests
2021-07-13 09:32:03 +03:00
..
state Profile: Fix failing FE reducer test (#36331) 2021-07-01 09:58:49 +02:00
all.ts Convert remaining profile bits to React (#24310) 2020-06-08 18:19:00 +03:00
api.ts Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
ChangePasswordForm.tsx Password Field Improvements (#36160) 2021-07-13 09:32:03 +03:00
ChangePasswordPage.test.tsx Chore: Add tests for ChangePasswordPage and SendResetMailPage (#36313) 2021-07-01 17:01:09 +03:00
ChangePasswordPage.tsx Chore: Add tests for ChangePasswordPage and SendResetMailPage (#36313) 2021-07-01 17:01:09 +03:00
types.ts Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
UserOrganizations.tsx Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
UserProfileEditForm.tsx Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
UserProfileEditPage.test.tsx Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
UserProfileEditPage.tsx Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
UserSessions.tsx Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
UserTeams.tsx Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00