mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Lint wg-easy
This commit is contained in:
@@ -21,7 +21,7 @@ async function login(widget, service) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const connectSidCookie = responseHeaders["set-cookie"];
|
let connectSidCookie = responseHeaders["set-cookie"];
|
||||||
if (!connectSidCookie) {
|
if (!connectSidCookie) {
|
||||||
const sid = cache.get(`${sessionSIDCacheKey}.${service}`);
|
const sid = cache.get(`${sessionSIDCacheKey}.${service}`);
|
||||||
if (sid) {
|
if (sid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user