Changes for demo purposes

Add login button to login page, demo mode env variable and fix update indicator
This commit is contained in:
ajnart
2023-10-25 15:18:40 +02:00
parent 7690572c7b
commit ea9c74ea11
4 changed files with 30 additions and 6 deletions

View File

@@ -27,6 +27,9 @@ export default function Custom404() {
<Button component={Link} variant="light" href="/b">
{t('button')}
</Button>
<Button component={Link} variant="light" href="/auth/login">
Login
</Button>
</Stack>
</Center>
);