mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
admin page workflow
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
const config = await getConfig();
|
||||
setConfigForPermissions(config);
|
||||
await handleAuthOnStartup(config);
|
||||
} catch (e) {
|
||||
console.log('Error calling API, trying again in 1s');
|
||||
} catch (err) {
|
||||
console.log('Error calling API, trying again in 1s:', err.message);
|
||||
setTimeout(loadApi, 1000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user