accouqnt -> account

Signed-off-by: Andrew Morgan (https://amorgan.xyz) <andrew@amorgan.xyz>
main
Andrew Morgan 2018-03-02 01:08:02 -08:00 committed by Richard van der Hoff
parent dfcf31f293
commit 72a1bdffd6
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ func Login(
// but that would leak the existence of the user.
return util.JSONResponse{
Code: 403,
JSON: jsonerror.Forbidden("username or password was incorrect, or the accouqnt does not exist"),
JSON: jsonerror.Forbidden("username or password was incorrect, or the account does not exist"),
}
}