Skip to content

Commit a525943

Browse files
authored
Merge pull request framer#349 from framer/fetch-tools
Revert to fetch.tools domain
2 parents 24dffd9 + cd10223 commit a525943

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/airtable/src/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Auth {
3030
constructor() {
3131
this.AUTH_URI = location.hostname.includes("localhost")
3232
? "https://localhost:8787"
33-
: "https://oauth.framer.wtf/airtable-plugin"
33+
: "https://oauth.fetch.tools/airtable-plugin"
3434
}
3535

3636
async logout() {

plugins/google-search-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "run g:dev",
8-
"build": "VITE_OAUTH_API_DOMAIN=https://oauth.framer.wtf/google-search-console-plugin run g:build",
8+
"build": "VITE_OAUTH_API_DOMAIN=https://oauth.fetch.tools/google-search-console-plugin run g:build",
99
"check-biome": "run g:check-biome",
1010
"check-eslint": "run g:check-eslint",
1111
"pack": "npx framer-plugin-tools@latest pack",

plugins/google-sheets/src/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Auth {
3333
constructor() {
3434
this.AUTH_URI = location.hostname.includes("localhost")
3535
? "https://localhost:8787"
36-
: "https://oauth.framer.wtf/google-sheets-plugin"
36+
: "https://oauth.fetch.tools/google-sheets-plugin"
3737
}
3838

3939
async logout() {

plugins/hubspot/src/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const pluginTokensKey = "hubspotTokens"
3232

3333
const isLocal = () => window.location.hostname.includes("localhost")
3434

35-
const AUTH_URI = isLocal() ? "https://localhost:8787" : "https://oauth.framer.wtf/hubspot-plugin"
35+
const AUTH_URI = isLocal() ? "https://localhost:8787" : "https://oauth.fetch.tools/hubspot-plugin"
3636

3737
class Auth {
3838
storedTokens?: StoredTokens | null

0 commit comments

Comments
 (0)