mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
azure auth works
This commit is contained in:
@@ -244,7 +244,6 @@ export function getVolatileConnections() {
|
||||
|
||||
export function installNewVolatileConnectionListener() {
|
||||
apiOn('got-volatile-token', async ({ savedConId, volatileConId }) => {
|
||||
console.log('************************** GOT VOLASTILE TOKEN', savedConId, volatileConId);
|
||||
setVolatileConnectionRemapping(savedConId, volatileConId);
|
||||
await callServerPing();
|
||||
dispatchCacheChange({ key: `server-status-changed` });
|
||||
|
||||
Reference in New Issue
Block a user