OpenUnited / platform

Other
41 stars 66 forks source link

Fix 500 Error in Challenge Detail Page #91

Closed dogukanteber closed 11 months ago

dogukanteber commented 11 months ago

This PR refactors Bounty Claim page and adds the login required to check before claiming a bounty.

The current flow is like this:

1) A user visits the challenge detail page 2) If he is logged in, he can claim the bounty by clicking the Claim button 3) Otherwise, he is redirected to the login page 4) After the login, he can continue claiming the bounty.