chore: Add TwoDifferentKeys error message

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-07-02 18:15:00 +03:00
parent b8e00c244a
commit aeac22250e
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -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,
}