Skip to content

Commit

Permalink
.vercel.app
Browse files Browse the repository at this point in the history
  • Loading branch information
Jm-Paunlagui committed Feb 3, 2023
1 parent 42b2793 commit 449057b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/helpers/Auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { toast } from "react-toastify";
export const setCookie = (key, value) => {
if (typeof window !== "undefined") {
cookie.set(key, value, {
domain: 'matrix-lab-client.vercel.app',
domain: '.vercel.app',
path: '/',
sameSite: 'none',
secure: true,
});
Expand Down

1 comment on commit 449057b

@vercel
Copy link

@vercel vercel bot commented on 449057b Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.