docs: typo fix (#46)

Missing coma on docs.
This commit is contained in:
Pablo Aller
2024-09-30 13:42:22 +02:00
committed by GitHub
parent 6e6b6a98dc
commit 4c44bca311

View File

@@ -184,7 +184,7 @@ export const auth = betterAuth({
},
emailAndPassword: { // [!code highlight]
enabled: true // [!code highlight]
}// [!code highlight]
},// [!code highlight]
socialProviders: { // [!code highlight]
github: { // [!code highlight]
clientId: process.env.GITHUB_CLIENT_ID, // [!code highlight]
@@ -375,4 +375,4 @@ export const { signIn, signUp, useSession } = createAuthClient()
### 🎉 That's it!
That's it! You're now ready to use better-auth in your application. Continue to [basic usage](/docs/basic-usage) to learn how to use the auth instance to sign in users.
</Step>
</Steps>
</Steps>