mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
Fix import statement for authConfig in convex.mdx
This commit is contained in:
@@ -147,7 +147,7 @@ If you're not using Next.js, support for other frameworks is documented in the [
|
||||
import { DataModel } from "./_generated/dataModel";
|
||||
import { query } from "./_generated/server";
|
||||
import { betterAuth } from "better-auth";
|
||||
import { authConfig } from "./auth.config";
|
||||
import authConfig from "./auth.config";
|
||||
|
||||
const siteUrl = process.env.SITE_URL!;
|
||||
|
||||
@@ -392,4 +392,4 @@ export async function updatePassword({
|
||||
newPassword,
|
||||
});
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user