Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
SanterreJo committed Apr 12, 2024
1 parent fb09cdb commit 9ebd584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
const { authorizationURL } = await homebridge.request('/autorizationUrl');
const callback = homebridge.request('/callback');

window.open(authorizationUrl, "_blank");
window.open(authorizationURL, "_blank");

const { accessToken, refreshToken, expiresIn } = await callback;
let pluginConfigBlocks = await homebridge.getPluginConfig();
Expand Down

0 comments on commit 9ebd584

Please sign in to comment.