diff --git a/packages/frontend/src/components/login-form.tsx b/packages/frontend/src/components/login-form.tsx index 0781d90..1406a23 100644 --- a/packages/frontend/src/components/login-form.tsx +++ b/packages/frontend/src/components/login-form.tsx @@ -8,7 +8,7 @@ import Avatar from "@/components/avatar"; import { ServerConfigurationDialog } from "@/components/server-configuration-dialog"; import { useSession } from "@/components/session-provider"; import { Button } from "@/components/ui/button"; -import { Dialog, DialogContent, DialogTrigger } from "@/components/ui/dialog"; +import { Dialog, DialogContent, DialogTitle, DialogTrigger } from "@/components/ui/dialog"; import { Field } from "@/components/ui/field"; import { Label } from "@/components/ui/label"; import { UploadAvatar } from "@/components/upload-avatar"; @@ -154,19 +154,21 @@ export default function LogInForm() { -

- This application is currently under construction. Your data is very likely to be lost - at some point. -

 
-

+

+

+ This application is currently under construction. Your data is very likely to be + lost at some point. +

+

It is not recommended for production use.

- But you're more than welcome to have a look around! +

But you're more than welcome to have a look around!

Login Details + Demo Login Credentials
{DEMO_USERS.map((user) => (
-

+
)}