Skip to content

Commit

Permalink
Turn auth on for posters
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancashman committed Oct 4, 2024
1 parent 4fb9589 commit 4337888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const authenticate = () => {

updateUI(auth0Client, query)
}
} else if (window.location.href.includes("room_") || window.location.href.includes("paper_")) {
} else if (window.location.href.includes("room_") || window.location.href.includes("paper_") || window.location.href.includes("poster_")) {
// window.location.href = `/year/2024/program/redirect?return=${window.location.pathname.slice(1)}`;

window.location.href = "/year/2024/welcome?loginMsg=true";
Expand Down

0 comments on commit 4337888

Please sign in to comment.