From df6523df7273ebf944a78e7e91357154845d4cee Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Fri, 16 Jan 2026 13:13:16 +0000 Subject: [PATCH] fixed dom requirement issues --- .../frontend/src/components/login-form.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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) => (
-

+
)}