Skip to content

Commit

Permalink
feat: default TempEmail44
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed May 7, 2023
1 parent 26a89a8 commit 08db26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/forefront/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class Forefront extends Chat {
}

async createToken(): Promise<ForefrontSessionInfo> {
const mailbox = CreateEmail(TempEmailType.TempEmail);
const mailbox = CreateEmail(TempEmailType.TempEmail44);
const mailAddress = await mailbox.getMailAddress();
const agent = new UserAgent().toString();
const session = new tlsClient.Session({clientIdentifier: 'chrome_108'});
Expand Down

0 comments on commit 08db26b

Please sign in to comment.