Skip to content

Commit 911a39b

Browse files
committed
revert to auth.mapping.team
1 parent d386260 commit 911a39b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/api/auth/[...nextauth].js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export const authOptions = {
99
id: 'osm-teams',
1010
name: 'OSM Teams',
1111
type: 'oauth',
12-
wellKnown: 'https://mapping.team/hyauth/.well-known/openid-configuration',
12+
wellknown:
13+
'https://auth.mapping.team/hyauth/.well-known/openid-configuration',
1314
authorization: { params: { scope: 'openid offline' } },
1415
idToken: true,
1516
async profile(profile) {

0 commit comments

Comments
 (0)