From 88ef0dafede60ffb8738ecd62a70205e2b744ade Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Wed, 24 Dec 2025 05:13:46 +0900 Subject: [PATCH] Update docs/content/docs/reference/options.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/content/docs/reference/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/reference/options.mdx b/docs/content/docs/reference/options.mdx index 8273bd8749..e2201dc6ff 100644 --- a/docs/content/docs/reference/options.mdx +++ b/docs/content/docs/reference/options.mdx @@ -285,7 +285,7 @@ export const auth = betterAuth({ - `verifyIdToken`: Custom function to verify the ID token (optional) - `disableIdTokenSignIn`: Disable sign in with ID token sent from the client (optional) - `disableDefaultScope`: Disable the provider's default scopes (optional) -- `authorizationEndpoint`: Custom authorization endpoint URL (optional). +- `authorizationEndpoint`: Custom authorization endpoint URL (optional) ## `plugins`