Fix build

This commit is contained in:
Konstantin Wohlwend 2025-01-14 18:17:33 -08:00
parent 56251ccc15
commit cbf6c7083f

View File

@ -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 });
});
}
}