Skip to content

Commit 8a892bb

Browse files
committed
Adjust domain selector domain
1 parent 4fb411c commit 8a892bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
revokeToken,
1111
} from './Oauth';
1212

13-
const DOMAIN_WINDOW_DEFAULT_URL = 'https://dev.frontify.test/finder';
13+
const DOMAIN_WINDOW_DEFAULT_URL = 'https://app.frontify.com/finder';
1414
const POPUP_DEFAULT_TITLE = 'Authorize Frontify';
1515
const POPUP_STATE = {
1616
open: false,

0 commit comments

Comments
 (0)