fixes #2151, apply secure cookie session only if using SSL (https)

This commit is contained in:
Amruth Pillai
2025-01-14 09:45:57 +01:00
parent 21af624096
commit a32def2086
122 changed files with 721 additions and 669 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ReactParallaxTiltProps } from "react-parallax-tilt";
import type { ReactParallaxTiltProps } from "react-parallax-tilt";
export const defaultTiltProps: ReactParallaxTiltProps = {
scale: 1.05,
+1 -1
View File
@@ -1,4 +1,4 @@
import { QueryKey } from "@tanstack/react-query";
import type { QueryKey } from "@tanstack/react-query";
export const USER_KEY: QueryKey = ["user"];
export const AUTH_PROVIDERS_KEY: QueryKey = ["auth", "providers"];