fix account err text

This commit is contained in:
ntr 2019-11-12 15:21:37 +11:00
parent 1824363de1
commit de82a21baa

View File

@ -44,9 +44,9 @@ pub enum MnmlHttpError {
AccountNameNotProvided,
#[fail(display="account name unavailable")]
AccountNameUnavailable,
#[fail(display="account name unavailable")]
AccountNameUnacceptable,
#[fail(display="account name is unacceptable. 20 char max")]
AccountNameUnacceptable,
#[fail(display="account not found")]
AccountNotFound,
#[fail(display="password does not match")]
PasswordNotMatch,