Commit 2e3fd15
authored
fix: application submitted page not being shown due to failed confirmation check. (#780)
- forgotten account confirmation check on the findSelf function in the hacker middleware allowed constant 409 requests.
- IMPORTANT: this issue has a ripple effect in the sponsor and volunteer middleware from what i understand as the code is the same in the findSelf functions in both classes.
- i would recommend patching both or resolving the e-mail billing issue before the sponsor and volunteer onboarding.1 parent a5e29a2 commit 2e3fd15
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
845 | | - | |
| 844 | + | |
846 | 845 | | |
847 | 846 | | |
848 | 847 | | |
| |||
0 commit comments