mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 14:16:01 +00:00
fixed notifying volatile connections (used for askUser password scenarios)
This commit is contained in:
@@ -209,6 +209,10 @@ export function useApiCall(route, args, defaultValue) {
|
||||
return result;
|
||||
}
|
||||
|
||||
export function getVolatileConnections() {
|
||||
return Object.values(volatileConnectionMap);
|
||||
}
|
||||
|
||||
function enableApiLog() {
|
||||
apiLogging = true;
|
||||
console.log('API loggin enabled');
|
||||
|
||||
Reference in New Issue
Block a user