etorres-revature / Pointy_Goblins

Short-term rental advertisement aggregator using: Express.js; Node.js; React.js; web scrapers; and MongoDB.
https://quiet-tor-69912.herokuapp.com/
GNU General Public License v3.0
6 stars 2 forks source link

replace window location redirect with history replace #38

Closed abraspin closed 3 years ago

abraspin commented 3 years ago

Removing sign-up page window.location.replace with history.push so the sign-up redirect will function correctly on the deployed app.