We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb411c commit 8a892bbCopy full SHA for 8a892bb
src/index.ts
@@ -10,7 +10,7 @@ import {
10
revokeToken,
11
} from './Oauth';
12
13
-const DOMAIN_WINDOW_DEFAULT_URL = 'https://dev.frontify.test/finder';
+const DOMAIN_WINDOW_DEFAULT_URL = 'https://app.frontify.com/finder';
14
const POPUP_DEFAULT_TITLE = 'Authorize Frontify';
15
const POPUP_STATE = {
16
open: false,
0 commit comments