neilenns / react-access-code-map

Access code map written using React
MIT License
0 stars 0 forks source link

Fix refresh not knowing you are logged in #59

Closed neilenns closed 1 year ago

neilenns commented 1 year ago

Fixes #58

Revert the code I added previously that completely broke things. verifyRefresh has to call with a null token when you refresh the page. That's how it works to get the updated token.