Skip to content

Commit b78097e

Browse files
committed
fix typo
1 parent 8bb4fb0 commit b78097e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/api/auth/[...nextauth].ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const wfoProvider: OAuthConfig<WfoUserProfile> = {
2323
`${process.env.NEXTAUTH_ISSUER || ''}/.well-known/openid-configuration`,
2424
authorization: {
2525
params: {
26-
scope: process.env.NEXTATHU_AUTHORIZATION_SCOPE ?? 'openid profile',
26+
scope: process.env.NEXTAUTH_AUTHORIZATION_SCOPE ?? 'openid profile',
2727
},
2828
},
2929
idToken: true,

0 commit comments

Comments
 (0)