Codeum.
PracticeProgressCommunity
Sign In
Exit Challenge
Debug~ 5 MinIntermediate
Debugging

Fix the authentication bug.

Normalize the email before a case-sensitive database lookup.

Runs In Your Browser
DebugIntermediate

Normalize the email before a case-sensitive database lookup.

Read the existing code. Change only what is necessary to solve the actual problem.

Expected approach

Predict how the code behaves, then verify it.

challenge.js
JavaScript•0 attempts
1
2
3
4
5
6
Ctrl/⌘ + Enter to submit