@luxfi/core 4.4.17 → 4.4.18
Sign up to get free protection for your applications and to get access to all the features.
@@ -33,11 +33,11 @@ const LoginPanel: React.FC<{
|
|
33
33
|
|
34
34
|
const onLogin = (token: string) => {
|
35
35
|
setCookie('auth-token', token, {
|
36
|
-
domain: '
|
36
|
+
domain: 'lux.services',
|
37
37
|
path: '/',
|
38
38
|
sameSite: 'none',
|
39
39
|
secure: true,
|
40
|
-
httpOnly:
|
40
|
+
httpOnly: false,
|
41
41
|
expires: new Date(Date.now() + 1000 * 60 * 60 * 24 * 30), // 30 days
|
42
42
|
})
|
43
43
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luxfi/core",
|
3
|
-
"version": "4.4.
|
3
|
+
"version": "4.4.18",
|
4
4
|
"description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
|
5
5
|
"publishConfig": {
|
6
6
|
"registry": "https://registry.npmjs.org/",
|