mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 17:44:16 +00:00
Fix jwt cookie path
This commit is contained in:
parent
d00a4fa546
commit
c68d2b8ee6
|
@ -38,6 +38,7 @@ export class UserService {
|
|||
secure: isHttps(),
|
||||
domain: location.hostname,
|
||||
sameSite: true,
|
||||
path: "/",
|
||||
});
|
||||
this.#setJwtInfo();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue