Honor next query param after login
cgen-cfd7a0359ee24a35ba5e7a8db64ba19e
This commit is contained in:
parent
6a6baaf215
commit
6fce453b3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue