auth 1.5.3 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -6009,7 +6009,7 @@ export const auth = betterAuth({
6009
6009
  return;
6010
6010
  }
6011
6011
  if (connectResponse.connect) {
6012
- await open("https://better-auth.com/onboarding");
6012
+ await open("https://dash.better-auth.com/onboarding");
6013
6013
  console.log(chalk.cyan("\n→ ") + "Opening Better Auth onboarding in your browser...\n");
6014
6014
  }
6015
6015
  console.log(chalk.green(`\n✔ `) + chalk.bold("Success! ") + "Project setup complete.\n");