pgadmin4/web/pgadmin/static/js/SecurityPages
Akshay Joshi 30d2d1b23e Fixed the following code smells:
1) useState call is not destructured into value + setter pair.
2) A fragment with only one child is redundant.
3) Unnecessary '.apply()' and '.call()'.
4) Expected the Promise rejection reason to be an Error.
2024-04-09 19:18:56 +05:30
..
BasePage.jsx - Update MUI v4 to v5 2024-04-09 08:21:14 +05:30
ForgotPasswordPage.jsx Fixed browser autocomplete related issues on pgAdmin authentication related pages. #7082 2023-12-28 16:29:15 +05:30
LoginPage.jsx - Update MUI v4 to v5 2024-04-09 08:21:14 +05:30
MfaRegisterPage.jsx Fixed the following code smells: 2024-04-09 19:18:56 +05:30
MfaValidatePage.jsx Fixed the following code smells: 2024-04-09 19:18:56 +05:30
PasswordResetPage.jsx Fixed browser autocomplete related issues on pgAdmin authentication related pages. #7082 2023-12-28 16:29:15 +05:30
index.jsx Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30