Honor next query param after login
cgen-172028afaa9e44b694decdc075eb1a4e
This commit is contained in:
parent
6fce453b3f
commit
98f602b024
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ export default function Login() {
|
|||
const [showReset, setShowReset] = useState(false);
|
||||
const [resetEmail, setResetEmail] = useState("");
|
||||
const navigate = useNavigate();
|
||||
const location = useLocation();
|
||||
const {
|
||||
signIn,
|
||||
signUp,
|
||||
|
|
|
|||
Loading…
Reference in a new issue