subway-pay icon indicating copy to clipboard operation
subway-pay copied to clipboard

Redirect from bet to game

Open RobertaLopes26 opened this issue 6 months ago • 3 comments

In the production application, the user must be directed to the game page after choosing the bet amount.

It can be seen that for security reasons, the API has not yet been connected, and I believe that the backend has not yet been made available.

These changes would not compromise the security of the application in its current repository.

function redirect() { window.location.href = "..../match/funnel/index.html"; return false; }

RobertaLopes26 avatar Jan 03 '24 16:01 RobertaLopes26