Fix typo in password message

next
TheCycoONE 2020-04-15 21:17:33 +02:00
parent 2f63888995
commit 6d858c39ca
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ pub fn register_route(
return MatrixResult(Err(UserInteractiveAuthenticationResponse::MatrixError(
Error {
kind: ErrorKind::InvalidParam,
message: "Password did not met requirements".to_owned(),
message: "Password did not meet requirements".to_owned(),
status_code: http::StatusCode::BAD_REQUEST,
},
)));