(feat): add tauth

(fix): formatted
This commit is contained in:
Alois 2026-04-14 01:12:34 +02:00
commit fb742bd068
15 changed files with 141 additions and 74 deletions

View file

@ -6,8 +6,9 @@ import {
DialogHeader,
DialogTitle,
DialogTrigger,
Input, Button,
useIsMobile
Input,
Button,
useIsMobile,
} from "@tensamin/ui";
import z from "zod";
import { toast } from "@tensamin/shared/log";

View file

@ -1,5 +1,5 @@
import Form from "@/components/screens/login/form";
import {CreateScreen} from "@tensamin/ui";
import { CreateScreen } from "@tensamin/ui";
/**
* Executes Page.

View file

@ -11,7 +11,7 @@ import {
AlertDialogHeader,
AlertDialogTitle,
AlertDialogTrigger,
Button
Button,
} from "@tensamin/ui";
export default function Page() {