mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-29 18:36:34 -05:00
chore:lint
This commit is contained in:
@@ -21,7 +21,7 @@ export const facebook = (options: FacebookOptions) => {
|
||||
return {
|
||||
id: "facebook",
|
||||
name: "Facebook",
|
||||
async createAuthorizationURL({ state, scopes, redirectURI }) {
|
||||
async createAuthorizationURL({ state, scopes, redirectURI }) {
|
||||
const _scopes = options.scope || scopes || ["email", "public_profile"];
|
||||
return await createAuthorizationURL({
|
||||
id: "facebook",
|
||||
|
||||
Reference in New Issue
Block a user