mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-27 19:25:57 +03:00
Merge pull request 'Fix typo in password message' (#8) from TheCycoONE/conduit:pwd-message-typo into master
This commit is contained in:
commit
4d658b3952
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ pub fn register_route(
|
||||||
return MatrixResult(Err(UserInteractiveAuthenticationResponse::MatrixError(
|
return MatrixResult(Err(UserInteractiveAuthenticationResponse::MatrixError(
|
||||||
Error {
|
Error {
|
||||||
kind: ErrorKind::InvalidParam,
|
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,
|
status_code: http::StatusCode::BAD_REQUEST,
|
||||||
},
|
},
|
||||||
)));
|
)));
|
||||||
|
|
Loading…
Reference in a new issue