mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
chore(server): disable version check for oauth callback (#12640)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved Apple OAuth login reliability by ensuring client version checks do not block the callback process. - **New Features** - Enhanced OAuth account information by including an optional display name field. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -7,6 +7,7 @@ import { OAuthProviderFactory } from '../factory';
|
||||
export interface OAuthAccount {
|
||||
id: string;
|
||||
email: string;
|
||||
name?: string;
|
||||
avatarUrl?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user