Spaces:
Runtime error
Runtime error
token works in space
Browse files- utils/useUser.ts +2 -2
utils/useUser.ts
CHANGED
|
@@ -68,8 +68,8 @@ export const useUser = () => {
|
|
| 68 |
res.experes_in * 1000 + new Date().getTime()
|
| 69 |
),
|
| 70 |
path: "/",
|
| 71 |
-
secure:
|
| 72 |
-
sameSite: "
|
| 73 |
httpOnly: true,
|
| 74 |
});
|
| 75 |
}
|
|
|
|
| 68 |
res.experes_in * 1000 + new Date().getTime()
|
| 69 |
),
|
| 70 |
path: "/",
|
| 71 |
+
secure: false,
|
| 72 |
+
sameSite: "none",
|
| 73 |
httpOnly: true,
|
| 74 |
});
|
| 75 |
}
|