mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
fix
This commit is contained in:
@@ -59,6 +59,7 @@ const drivers = driverBases.map(driverBase => ({
|
||||
} = props;
|
||||
let options = null;
|
||||
|
||||
let awsIamToken = null;
|
||||
if (authType == 'awsIam') {
|
||||
awsIamToken = await authProxy.getAwsIamToken(props);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user