We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a086bb commit 3704154Copy full SHA for 3704154
nextjs-auth-pages/src/app/auth/[...auth]/route.ts
@@ -8,7 +8,7 @@ import {
8
} from "@edgedb/auth-nextjs/pages/server";
9
import { auth, client } from "@/edgedb";
10
11
-export async function createUser(
+async function createUser(
12
tokenData: TokenData,
13
provider?: BuiltinProviderNames
14
) {
0 commit comments