Skip to content

Commit

Permalink
Use framer auth API
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyec committed Nov 4, 2024
1 parent b2458c7 commit 5feaabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/airtable/src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Auth {
constructor() {
this.AUTH_URI = location.hostname.includes("localhost")
? "https://localhost:8787"
: "https://framer-airtable-api.sakibulislam25800.workers.dev"
: "https://oauth.fetch.tools/airtable-plugin"
}

logout() {
Expand Down

0 comments on commit 5feaabf

Please sign in to comment.