Skip to content

Commit

Permalink
changed redirect url again
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby-Leeder committed Oct 31, 2023
1 parent 20523a8 commit 6655861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/classroom/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ document.addEventListener('DOMContentLoaded', function() {
let codeVerifier2 = localStorage.getItem('code_verifier');
const urlParams = new URLSearchParams(window.location.search);
let code = urlParams.get('code');
const redirectUri = 'http://127.0.0.1:4100/classroom';
// const redirectUri = 'https://classroomjukebox.com/classroom';
// const redirectUri = 'http://127.0.0.1:4100/classroom';
const redirectUri = 'https://classroomjukebox.com/classroom';
const clientId = 'a76d4532c6e14dd7bd7393e3fccc1185';

let body = new URLSearchParams({
Expand Down

0 comments on commit 6655861

Please sign in to comment.