Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
WeeJeWel committed Aug 8, 2024
1 parent 6b3cebb commit 6ee32c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
const athomCloudAPI = new AthomCloudAPI({
clientId: '66b49b944233725c428a224c',
clientSecret: 'ad12da1f42aa72f151c031b80d9447b52099f688',
redirectUrl: window.location.origin,
redirectUrl: window.location.origin + window.location.pathname,
});

Promise.resolve().then(async () => {
Expand Down

0 comments on commit 6ee32c0

Please sign in to comment.