Skip to content

Commit 057aea5

Browse files
committed
use mapping.team instead of auth.mapping.team
1 parent 5fd3ce0 commit 057aea5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

0 commit comments

Comments
 (0)