mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
ab5d53f3b1
commit
2de965d710
@@ -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.
|
||||
|
Reference in New Issue
Block a user