mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-02 13:33:40 +01:00
Lint wg-easy
This commit is contained in:
parent
67a69a5878
commit
9a20982406
@ -21,7 +21,7 @@ async function login(widget, service) {
|
||||
});
|
||||
|
||||
try {
|
||||
const connectSidCookie = responseHeaders["set-cookie"];
|
||||
let connectSidCookie = responseHeaders["set-cookie"];
|
||||
if (!connectSidCookie) {
|
||||
const sid = cache.get(`${sessionSIDCacheKey}.${service}`);
|
||||
if (sid) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user