fix(core): auth events are not continuous (#8874)

This commit is contained in:
liuyi
2024-11-20 16:25:37 +08:00
committed by GitHub
parent cc0462e7fe
commit 8b066a4b39
5 changed files with 14 additions and 8 deletions
@@ -146,7 +146,6 @@ export class AuthService extends Service {
client: string,
/** @deprecated*/ redirectUrl?: string
) {
track.$.$.auth.signIn({ method: 'oauth', provider });
try {
const res = await this.fetchService.fetch('/api/oauth/preflight', {
method: 'POST',