Skip to content

Commit ae91079

Browse files
committed
Fix html element typo
1 parent 8a892bb commit ae91079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@
6363
</p>
6464
</div>
6565
<script src="https://unpkg.com/@frontify/frontify-authenticator@latest/dist/index.js"></script>
66-
<script">
66+
<script>
6767
const POPUP_CONFIG = {
6868
width: 800,
6969
height: 600,
7070
top: 50,
7171
left: 50,
72-
title: "Authorize Frontify"
72+
title: 'Authorize Frontify',
7373
};
7474
const AUTHORIZATION_CONFIG = {
7575
// domain: 'weare.frontify.com',
7676
clientId: 'client-65yw8hnekdg4mssd',
77-
scopes: ["basic:read", "finder:read", "account:read"],
77+
scopes: ['basic:read', 'finder:read', 'account:read'],
7878
};
7979

8080
let token = localStorage.getItem('FrontifyAuthenticatorToken');

0 commit comments

Comments
 (0)