mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 10:09:56 +00:00
Fix jwt cookie path
This commit is contained in:
parent
d00a4fa546
commit
c68d2b8ee6
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ export class UserService {
|
||||||
secure: isHttps(),
|
secure: isHttps(),
|
||||||
domain: location.hostname,
|
domain: location.hostname,
|
||||||
sameSite: true,
|
sameSite: true,
|
||||||
|
path: "/",
|
||||||
});
|
});
|
||||||
this.#setJwtInfo();
|
this.#setJwtInfo();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue