mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
auth providert refactor WIP
This commit is contained in:
@@ -3,4 +3,8 @@ module.exports = {
|
||||
async connections() {
|
||||
return null;
|
||||
},
|
||||
|
||||
async getConnection({ conid }) {
|
||||
return null;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user