mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-20 16:12:25 +00:00
Merge branch 'sussy-code:dev' into fsharetv
This commit is contained in:
commit
0e6c977d63
2 changed files with 2957 additions and 3356 deletions
6311
pnpm-lock.yaml
6311
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -22,7 +22,7 @@ export async function login(
|
|||
const cookie = parseSetCookie(
|
||||
// It retruns a cookie even when the login failed
|
||||
// I have the backup cookie here just in case
|
||||
res.status === 1 ? (req.headers.get('Set-Cookie') ?? '') : 'PHPSESSID=mk2p73c77qc28o5i5120843ruu;',
|
||||
res.status === 1 ? req.headers.get('Set-Cookie') ?? '' : 'PHPSESSID=mk2p73c77qc28o5i5120843ruu;',
|
||||
);
|
||||
|
||||
return cookie.PHPSESSID.value;
|
||||
|
|
|
|||
Loading…
Reference in a new issue