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 8a892bb commit ae91079Copy full SHA for ae91079
src/index.html
@@ -63,18 +63,18 @@
63
</p>
64
</div>
65
<script src="https://unpkg.com/@frontify/frontify-authenticator@latest/dist/index.js"></script>
66
-<script">
+<script>
67
const POPUP_CONFIG = {
68
width: 800,
69
height: 600,
70
top: 50,
71
left: 50,
72
- title: "Authorize Frontify"
+ title: 'Authorize Frontify',
73
};
74
const AUTHORIZATION_CONFIG = {
75
// domain: 'weare.frontify.com',
76
clientId: 'client-65yw8hnekdg4mssd',
77
- scopes: ["basic:read", "finder:read", "account:read"],
+ scopes: ['basic:read', 'finder:read', 'account:read'],
78
79
80
let token = localStorage.getItem('FrontifyAuthenticatorToken');
0 commit comments