Skip to content

Commit

Permalink
revert @auth/core update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani committed Nov 5, 2024
1 parent 3d44450 commit 2ffef7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "0.37.3"
"@auth/core": "0.37.2"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@acme/db": "workspace:*",
"@auth/core": "0.37.3",
"@auth/core": "0.37.2",
"@auth/drizzle-adapter": "1.7.3",
"@t3-oss/env-nextjs": "^0.11.1",
"next": "^15.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const authConfig = {
// In development, we need to skip checks to allow Expo to work
...(!isSecureContext
? {
skipCSRFCheck: skipCSRFCheck,
skipCSRFCheck,
trustHost: true,
}
: {}),
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ffef7c

Please sign in to comment.