mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 11:12:00 +10:00
fixes #2151, apply secure cookie session only if using SSL (https)
This commit is contained in:
@ -21,7 +21,7 @@ import { useRef } from "react";
|
||||
import { Helmet } from "react-helmet-async";
|
||||
import { useForm } from "react-hook-form";
|
||||
import { Link } from "react-router";
|
||||
import { z } from "zod";
|
||||
import type { z } from "zod";
|
||||
|
||||
import { useLogin } from "@/client/services/auth";
|
||||
import { useFeatureFlags } from "@/client/services/feature";
|
||||
|
||||
Reference in New Issue
Block a user