HMM
This commit is contained in:
@@ -13,7 +13,7 @@ import { Label } from "@/components/ui/label";
|
||||
import { toast } from "sonner";
|
||||
|
||||
export default function LoginPage() {
|
||||
const [username, setUsername] = useState("");
|
||||
const [username, setUsername] = useState("");
|
||||
const [password, setPassword] = useState("");
|
||||
const [isLoading, setIsLoading] = useState(false);
|
||||
const [isRedirecting, setIsRedirecting] = useState(false);
|
||||
@@ -26,6 +26,7 @@ export default function LoginPage() {
|
||||
progress: 0,
|
||||
message: "Preparing your session..."
|
||||
});
|
||||
const [error, setError] = useState("");
|
||||
const router = useRouter();
|
||||
|
||||
// Check if already logged in
|
||||
|
||||
Reference in New Issue
Block a user