Fix jwt cookie path

This commit is contained in:
sunaurus 2023-07-02 02:04:44 +03:00
parent d00a4fa546
commit c68d2b8ee6
No known key found for this signature in database

View file

@ -38,6 +38,7 @@ export class UserService {
secure: isHttps(),
domain: location.hostname,
sameSite: true,
path: "/",
});
this.#setJwtInfo();
}