Skip to content

Commit

Permalink
update redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhartigan committed Oct 8, 2024
1 parent 213c334 commit 888e6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/SpotifyContext.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const clientId = "7fdaa0130bac49f39a77a5607d7a15fe"; // your clientId

// detect if running locally or on the regular url
const redirectUrl =
window.location.hostname === "localhost" ? "http://localhost:5173" : "https://hivemakerspace.github.io/hive-ticker";
window.location.hostname === "localhost" ? "http://localhost:5173" : "https://ecehive.github.io/hive-ticker";

// eslint-disable-next-line react/prop-types
export const SpotifyProvider = ({ children }) => {
Expand Down

0 comments on commit 888e6a4

Please sign in to comment.