mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support for Two-factor authentication for improving security. Fixes #6543
This commit is contained in:
committed by
Akshay Joshi
parent
fe096116be
commit
36c9eb3dfd
@@ -682,6 +682,8 @@ def direct_new(trans_id):
|
||||
is_linux=is_linux_platform,
|
||||
client_platform=user_agent.platform,
|
||||
function_name_with_arguments=function_name_with_arguments,
|
||||
requirejs=True,
|
||||
basejs=True,
|
||||
layout=layout
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user