mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 04:56:00 +00:00
mask portal connetions - FE needs no passwords
This commit is contained in:
@@ -20,7 +20,7 @@ async function loadConnection(driver, storedConnection, connectionMode) {
|
||||
}
|
||||
|
||||
await connections._init();
|
||||
const loaded = await connections.get({ conid: storedConnection._id });
|
||||
const loaded = await connections.getCore({ conid: storedConnection._id });
|
||||
const loadedWithDb = {
|
||||
...loaded,
|
||||
database: storedConnection.database,
|
||||
|
||||
Reference in New Issue
Block a user