1. Use EDB's repo for react-data-grid instead of the personal repo.

2. Improved searching in the Search Objects.
3. Fixed react warnings in the query tool.
4. Fixed some SonarQube issues.
This commit is contained in:
Aditya Toshniwal
2022-09-13 19:13:33 +05:30
committed by Akshay Joshi
parent ab5d53f3b1
commit 2de965d710
18 changed files with 47 additions and 47 deletions

View File

@@ -61,7 +61,7 @@ class AuthenticateModule(PgAdminModule):
blueprint = AuthenticateModule(MODULE_NAME, __name__, static_url_path='')
@blueprint.route('/login', endpoint='login', methods=['GET', 'POST'])
@blueprint.route('/login', endpoint='login', methods=['POST'])
def login():
"""
Entry point for all the authentication sources.