Open Harshit28j opened 4 months ago
In this video, I have shown the following conditions:
https://github.com/Cloud-CV/EvalAI/assets/48647625/b727dfd7-3e2c-430a-97aa-c51095912e59
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 5.26316%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 68.96%. Comparing base (
96968d6
) to head (67a9cd9
). Report is 1113 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
frontend/src/js/controllers/authCtrl.js | 5.26% | 18 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Issue: Currently, users can disable their accounts but have no way to reactivate them. Create a new page that allows users to reactivate their accounts.
Fix: I have created a new page on the front-end that generates an activation link based on the user's email address. This link is then sent to the user's email address. The account will be activated only when the user clicks on the link.