mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-03 05:53: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 {
|
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…
x
Reference in New Issue
Block a user