feat: remove affine

This commit is contained in:
MingLiang Wang
2023-01-09 21:40:57 +08:00
parent ab4d4c0a96
commit 8b95f13076

View File

@@ -179,8 +179,7 @@ export class AffineProvider extends BaseProvider {
return;
}
}
const user = await this._apis.signInWithGoogle?.();
assert(user);
await this._apis.signInWithGoogle?.();
}
public override async getUserInfo(): Promise<User | undefined> {