chore:lint

This commit is contained in:
Bereket Engida
2024-10-16 23:16:06 +03:00
parent 2b568578d6
commit 44ae469cd6

View File

@@ -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",