diff --git a/docs/content/docs/concepts/users-accounts.mdx b/docs/content/docs/concepts/users-accounts.mdx index a7738f35..eb41bf26 100644 --- a/docs/content/docs/concepts/users-accounts.mdx +++ b/docs/content/docs/concepts/users-accounts.mdx @@ -137,8 +137,7 @@ If account linking is disabled, no accounts can be linked, regardless of the pro const auth = new BetterAuth({ account: { accountLinking: { - enabled: true, - trustedProviders: ["google", "github"] + enabled: true, } }, }); diff --git a/package.json b/package.json index 8f143d4b..37f607b2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint": "biome check .", "lint:fix": "biome check . --apply", "release": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --no-git-checks", - "release:no-build": "bumpp && pnpm -r publish --access public --no-git-checks --tag next", + "release:no-build": "bumpp && pnpm -r publish --access public --no-git-checks", "release:beta": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --tag next --no-git-checks", "test": "turbo --filter \"./packages/*\" test", "typecheck": "turbo --filter \"./packages/*\" typecheck"