Skip to content

Commit

Permalink
Update viewer.js
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian <76214766+adrian2793@users.noreply.github.com>
  • Loading branch information
adrian2793 committed Feb 20, 2024
1 parent 35b37a4 commit 3adc0b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function authorizeUser() {
var hash = location.hash;
if(hash.includes("#access_token") === true) {
encrypt("config_save_button", "config_save_button_content_saved");
api.schedule_api();
encrypt("config_save_button", "config_save_button_content");
} else {
window.location.assign("https://id.twitch.tv/oauth2/authorize?force_verify=false&response_type=token&client_id=94mse963yladye0qb4qcwrbadbhckc&redirect_uri=https%3A//adrian2793.github.io/hydrogen/live_config.html&scope=user%3Aread%3Aemail%20channel%3Amanage%3Aschedule");
Expand Down

0 comments on commit 3adc0b8

Please sign in to comment.