getDemoStatus was using the /api/v1 axios client, so it called /api/v1/demo/status which 404s. The endpoint is at /demo/status with no prefix. Switch to plain axios so useDemoMode() returns true correctly and all demo guards (2FA, password, backups) actually work. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| eslint.config.js | ||
| index.html | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||