mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
SYNC: fixed authorization select
This commit is contained in:
committed by
Diflow
parent
c042bf2d15
commit
deda1e4251
@@ -10,6 +10,7 @@ const logger = getLogger('authProvider');
|
||||
|
||||
class AuthProviderBase {
|
||||
amoid = 'none';
|
||||
skipInList = false;
|
||||
|
||||
async login(login, password, options = undefined, req = undefined) {
|
||||
return {
|
||||
@@ -53,7 +54,7 @@ class AuthProviderBase {
|
||||
async getCurrentTablePermissions(req) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
getLoginPageConnections() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user