mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
This commit is contained in:
parent
49597b4b01
commit
ff3c39ccad
@ -12,7 +12,7 @@
|
||||
activator?.activate();
|
||||
}
|
||||
|
||||
export let scrollContent;
|
||||
export let scrollContent = false;
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
|
@ -17,7 +17,7 @@ import { isAdminPage } from './pageDefs';
|
||||
export const strmid = uuidv1();
|
||||
|
||||
let eventSource;
|
||||
let apiLogging = true;
|
||||
let apiLogging = false;
|
||||
// let cacheCleanerRegistered;
|
||||
let apiDisabled = false;
|
||||
const disabledOnOauth = isOauthCallback();
|
||||
|
Loading…
Reference in New Issue
Block a user