codeforboston / communityconnect

MIT License
24 stars 61 forks source link

Fixed Community Connect 'continue' button #380

Closed johnpyp closed 5 years ago

johnpyp commented 5 years ago

Description

This PR fixes redirect bug with the Community Connect logo -> 'continue' button. It now properly redirects to the correct city, and resets the redux state correctly without needing to force a page refresh.

Fixes #369

Type of change

johnpyp commented 5 years ago

Previously, the the button redirected to /admin, now it redirects to /<city>/admin, the correct route.