To persist user location, I added an entry at the local storage which is updated when the user clicks at the auth-wrapper's login button and consumed/removed when a token is present at the url.
The parameters of the user are saved at the local storage too.
I could not update the the #189 from my fork, so I am creating a new Pull request.
To persist user location, I added an entry at the
local storage
which is updated when the user clicks at theauth-wrapper
's login button and consumed/removed when atoken
is present at the url.The parameters of the user are saved at the local storage too.
I could not update the the #189 from my fork, so I am creating a new Pull request.