mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
fixes #2151, apply secure cookie session only if using SSL (https)
This commit is contained in:
@ -3,7 +3,7 @@ import { cn } from "@reactive-resume/utils";
|
||||
import { forwardRef } from "react";
|
||||
|
||||
import { buttonVariants } from "../variants/button";
|
||||
import { ButtonProps } from "./button";
|
||||
import type { ButtonProps } from "./button";
|
||||
|
||||
export const AlertDialog = AlertDialogPrimitive.Root;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user