Check that result returned from server doesn't equal fail, rather than checking that it does equal success, since successful value is actually pass in this case
Remove console logging
Checklist
[ ] Changes are limited to a single goal (no scope creep)
[ ] Code can be automatically merged (no conflicts)
Update email signup success check
Changes
result
returned from server doesn't equalfail
, rather than checking that it does equalsuccess
, since successful value is actuallypass
in this caseChecklist