pgadmin4/web/pgadmin/authenticate/mfa
Pravesh Sharma 62056cab14
Fixed sonaqube security smells and bugs
1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code
2023-07-10 10:36:15 +05:30
..
static/images Added support for Two-factor authentication for improving security. Fixes #6543 2021-12-02 16:47:18 +05:30
templates Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
tests Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
__init__.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
authenticator.py Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
email.py Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
registry.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
utils.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
views.py Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30