Skip to content

Commit

Permalink
Update AuthenticationWall.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth authored Oct 16, 2020
1 parent 8e99be1 commit c34a9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/app/AuthenticationWall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function PleaseSignIn() {
window.location.href =
'https://eventpop-ticket-gateway.vercel.app/redirect.html?' +
[
`eventId=9622`,
`eventId=9912`,
`target=${encodeURIComponent(window.location.host)}`,
`hash=${encodeURIComponent(window.location.hash)}`,
].join('&')
Expand Down

0 comments on commit c34a9b5

Please sign in to comment.