mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Fix build
This commit is contained in:
parent
56251ccc15
commit
cbf6c7083f
@ -48,6 +48,6 @@ export class XProvider extends OAuthBaseProvider {
|
||||
email: null, // There is no way of getting email from X OAuth2.0 API
|
||||
profileImageUrl: userInfo?.profile_image_url as any,
|
||||
emailVerified: false,
|
||||
}, { expectNoEmail: true });
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user