mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
Run lint fix
wtf bro
This commit is contained in:
parent
812153b81a
commit
88c5638274
1 changed files with 1 additions and 1 deletions
|
|
@ -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