mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-11 23:58:46 +00:00
Lint wg-easy
This commit is contained in:
parent
67a69a5878
commit
9a20982406
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue