Skip to content

Commit

Permalink
chore: improve error message for smtp not configured (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored May 20, 2024
1 parent 911537d commit 281e652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-schema/src/schema/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub enum CoreError {
#[error("Invalid input parameters")]
InvalidInput(#[from] ValidationErrors),

#[error("Email is not configured")]
#[error("SMTP is not configured")]
EmailNotConfigured,

#[error("{0}")]
Expand Down

0 comments on commit 281e652

Please sign in to comment.