Skip to content

Commit

Permalink
downgrade supabase js
Browse files Browse the repository at this point in the history
  • Loading branch information
suciptoid committed Apr 18, 2024
1 parent 6380f64 commit 02e284e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
5 changes: 0 additions & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,5 @@ export default defineNuxtConfig({
login: "/auth/login",
callback: "/auth/redirect",
},
clientOptions: {
auth: {
flowType: "pkce",
},
},
},
});
40 changes: 21 additions & 19 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
},
"devDependencies": {
"@nuxtjs/supabase": "^1.2.0"
},
"overrides": {
"@supabase/auth-js": "2.62.0"
}
}

0 comments on commit 02e284e

Please sign in to comment.