diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-26 13:33:44 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-26 13:45:47 +0000 |
| commit | eff2f8340b3a0f8494eeefc753bac72715cb56dd (patch) | |
| tree | 355715077cc3a890e88c6c3396fe97108869646a /apps/web/lib/clientConfig.tsx | |
| parent | 4fa4a146398e730f026bc7a3752d55021a62a16f (diff) | |
| download | karakeep-eff2f8340b3a0f8494eeefc753bac72715cb56dd.tar.zst | |
fix: Allow setting demo mode creds when demo mode is enabled
Diffstat (limited to 'apps/web/lib/clientConfig.tsx')
| -rw-r--r-- | apps/web/lib/clientConfig.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/lib/clientConfig.tsx b/apps/web/lib/clientConfig.tsx index 10ca1010..d63b169c 100644 --- a/apps/web/lib/clientConfig.tsx +++ b/apps/web/lib/clientConfig.tsx @@ -3,7 +3,7 @@ import { createContext, useContext } from "react"; import type { ClientConfig } from "@hoarder/shared/config"; export const ClientConfigCtx = createContext<ClientConfig>({ - demoMode: false, + demoMode: undefined, auth: { disableSignups: false, }, |
