chore: Add TwoDifferentKeys
error message
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
b8e00c244a
commit
aeac22250e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ pub enum ApiError {
|
|||
/// The user enterd tow different public keys
|
||||
/// one in the header and other in the request body
|
||||
/// (400 Bad Request)
|
||||
#[error("TODO")]
|
||||
#[error("You entered two different public keys")]
|
||||
TwoDifferentKeys,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue