mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-27 22:25:58 +02:00
Fix login stuff?
This commit is contained in:
parent
06eb1544f4
commit
d144704066
11 changed files with 76 additions and 37 deletions
|
@ -25,7 +25,7 @@ import { Alert, AlertDescription } from "@/components/ui/alert";
|
|||
import { ExclamationTriangleIcon } from "@radix-ui/react-icons";
|
||||
import { LoginResponse } from "@server/routers/auth";
|
||||
import { api } from "@app/api";
|
||||
import { useParams, useRouter } from "next/navigation";
|
||||
import { useRouter } from "next/navigation";
|
||||
|
||||
type LoginFormProps = {
|
||||
redirect?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue