We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5844c38 commit 7b1ac5bCopy full SHA for 7b1ac5b
1 file changed
locale/en/docs/guides/simple-profiling.md
@@ -59,7 +59,7 @@ app.get('/auth', (req, res) => {
59
60
username = username.replace(/[!@#$%^&*]/g, '');
61
62
- if (!username || !password || !users[username]) {
+ if (!username || !password || users[username]) {
63
return res.sendStatus(400);
64
}
65
0 commit comments