feat(gateway): recover orphaned Kakao account links
This commit is contained in:
@@ -14,6 +14,8 @@ export interface OAuthPendingState {
|
||||
export interface OAuthSession {
|
||||
id: string;
|
||||
mode: OAuthMode;
|
||||
intent?: 'register' | 'link_existing' | 'rejoin';
|
||||
targetUserId?: string;
|
||||
kakaoId: string;
|
||||
email: string;
|
||||
accessToken: string;
|
||||
|
||||
Reference in New Issue
Block a user