Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jyx04 authored Jun 9, 2024
1 parent 168636e commit 1e38627
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2846,10 +2846,8 @@ accountNumber = await getAccountNumber(fullUserName,initialaccountNumber, antype
await loginlog(fullUserName, accountNumber, antype);

const oauthLink = await getOAuthLink(shareToken, proxiedDomain);
//const passwd = await generatePassword(userName);
const headers = new Headers();
headers.append('Location', oauthLink);
//headers.append('Set-Cookie', `aina=${passwd}; Path=/`);
headers.append('Set-Cookie', `aian=${accountNumber}; Path=/`);


Expand Down

0 comments on commit 1e38627

Please sign in to comment.