Skip to content

Commit b65dbbd

Browse files
committed
Fix typo in auth
1 parent 911a39b commit b65dbbd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"leaflet": "^1.7.1",
6868
"leaflet-control-geocoder": "^1.13.0",
6969
"next": "^13.0.1",
70-
"next-auth": "^4.16.4",
70+
"next-auth": "^4.18.4",
7171
"next-connect": "^0.13.0",
7272
"next-swagger-doc": "^0.3.6",
7373
"node-fetch": "^2.6.7",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const authOptions = {
99
id: 'osm-teams',
1010
name: 'OSM Teams',
1111
type: 'oauth',
12-
wellknown:
12+
wellKnown:
1313
'https://auth.mapping.team/hyauth/.well-known/openid-configuration',
1414
authorization: { params: { scope: 'openid offline' } },
1515
idToken: true,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6337,10 +6337,10 @@ negotiator@0.6.3, negotiator@^0.6.2:
63376337
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
63386338
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
63396339

6340-
next-auth@^4.16.4:
6341-
version "4.16.4"
6342-
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.16.4.tgz#3ab796a0979ac05a6ebc1fbf343983ef5bc965c9"
6343-
integrity sha512-KXW578+ER1u5RcWLwCHMdb/RIBIO6JM8r6xlf9RIPSKzkvDcX9FHiZfJS2vOq/SurHXPJZc4J3OS4IDJpF74Dw==
6340+
next-auth@^4.18.4:
6341+
version "4.18.4"
6342+
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.18.4.tgz#8fcf0c5a7b8686c08302aed9255be61de53b4484"
6343+
integrity sha512-tvXOabxv5U/y6ib56XPkOnc/48tYc+xT6GNOLREIme8WVGYHDTc3CGEfe2+0bVCWAm0ax/GYXH0By5NFoaJDww==
63446344
dependencies:
63456345
"@babel/runtime" "^7.16.3"
63466346
"@panva/hkdf" "^1.0.1"

0 commit comments

Comments
 (0)