mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 01:29:31 +08:00
fix(core): auth events are not continuous (#8874)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user