mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
fixes #2151, apply secure cookie session only if using SSL (https)
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { createContext, useContext } from "react";
|
||||
import { FieldPath, FieldValues, useFormContext } from "react-hook-form";
|
||||
import type { FieldPath, FieldValues } from "react-hook-form";
|
||||
import { useFormContext } from "react-hook-form";
|
||||
|
||||
type FormFieldContextValue<
|
||||
TFieldValues extends FieldValues = FieldValues,
|
||||
|
||||
Reference in New Issue
Block a user