Update telemetry
This commit is contained in:
@@ -25,7 +25,7 @@ pub enum AdminError {
|
||||
#[error("Trying to access admin dashboard without authentication.")]
|
||||
NotAuthenticated,
|
||||
#[error("Updating password failed.")]
|
||||
ChangePassword(String),
|
||||
ChangePassword(anyhow::Error),
|
||||
#[error("Could not publish newsletter.")]
|
||||
Publish(#[source] anyhow::Error),
|
||||
#[error("The idempotency key was invalid.")]
|
||||
|
||||
Reference in New Issue
Block a user