mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 16:30:31 +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 {
|
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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue