staxerlabs / staxer_frontend

https://staxer-frontend.vercel.app
0 stars 0 forks source link

Fix redirect from WorldCoin login #9

Open amandaalexandre opened 3 weeks ago

amandaalexandre commented 3 weeks ago

After a succesful Worldcoin login, the pages redirects straight to the Dashboard component. However, we'll need to track their location in order to suggest the proper rates, which is a main functionality for the dApp.

We'll have to check this success parameter in the WorldCoin login component.

KazanderDad commented 1 week ago

The redirect from Worldcoin should go to the onboarding component here: https://github.com/staxerlabs/staxer_frontend/blob/main/src/pages/Onboarding.tsx