Fix typo (#402)
accouqnt -> account Signed-off-by: Andrew Morgan (https://amorgan.xyz) <andrew@amorgan.xyz>
This commit is contained in:
parent
dfcf31f293
commit
72a1bdffd6
|
@ -109,7 +109,7 @@ func Login(
|
||||||
// but that would leak the existence of the user.
|
// but that would leak the existence of the user.
|
||||||
return util.JSONResponse{
|
return util.JSONResponse{
|
||||||
Code: 403,
|
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"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue