Added support for Two-factor authentication for improving security. Fixes #6543

This commit is contained in:
Ashesh Vashi
2021-09-28 17:47:00 +05:30
committed by Akshay Joshi
parent c4db223a64
commit 787a441343
54 changed files with 2774 additions and 112 deletions

View File

@@ -178,5 +178,7 @@ define([], function() {
};
}
pgAdmin.ui = {dialogs: {}};
return pgAdmin;
});