mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-28 16:08:27 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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