Honor next query param after login

cgen-cfd7a0359ee24a35ba5e7a8db64ba19e
This commit is contained in:
Builder.io 2025-10-19 00:53:08 +00:00
parent 6a6baaf215
commit 6fce453b3f

View file

@ -1,5 +1,5 @@
import { useState, useEffect } from "react";
import { useNavigate, Link } from "react-router-dom";
import { useNavigate, Link, useLocation } from "react-router-dom";
import { aethexUserService } from "@/lib/aethex-database-adapter";
import { useAuth } from "@/contexts/AuthContext";
import { useAethexToast } from "@/hooks/use-aethex-toast";