File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const pluginTokensKey = "hubspotTokens"
3232
3333const 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
3737class Auth {
3838 storedTokens ?: StoredTokens | null
You can’t perform that action at this time.
0 commit comments