Skip to content

Commit 8f649eb

Browse files
committed
docs: fix build
1 parent be4f021 commit 8f649eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/providers/fusionauth.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export interface FusionAuthProfile extends Record<string, any> {
114114
* It is highly recommended to follow this example call when using the provider in Next.js
115115
* so that you can access both the access_token and id_token on the server.
116116
*
117+
* ```ts
117118
* /// <reference types="next-auth" />
118119
import NextAuth from 'next-auth';
119120
export const { handlers, auth, signIn, signOut } = NextAuth({
@@ -269,7 +270,7 @@ declare module 'next-auth' {
269270
providerAccountId: string;
270271
}
271272
}
272-
273+
```
273274
*
274275
*
275276
*

0 commit comments

Comments
 (0)