fix account err text
This commit is contained in:
parent
1824363de1
commit
de82a21baa
@ -44,9 +44,9 @@ pub enum MnmlHttpError {
|
|||||||
AccountNameNotProvided,
|
AccountNameNotProvided,
|
||||||
#[fail(display="account name unavailable")]
|
#[fail(display="account name unavailable")]
|
||||||
AccountNameUnavailable,
|
AccountNameUnavailable,
|
||||||
#[fail(display="account name unavailable")]
|
|
||||||
AccountNameUnacceptable,
|
|
||||||
#[fail(display="account name is unacceptable. 20 char max")]
|
#[fail(display="account name is unacceptable. 20 char max")]
|
||||||
|
AccountNameUnacceptable,
|
||||||
|
#[fail(display="account not found")]
|
||||||
AccountNotFound,
|
AccountNotFound,
|
||||||
#[fail(display="password does not match")]
|
#[fail(display="password does not match")]
|
||||||
PasswordNotMatch,
|
PasswordNotMatch,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user