Skip to content

Commit

Permalink
refactor: [torrust#445] new more descriptive error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Feb 6, 2024
1 parent 2f288c6 commit 59b1cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pub enum ServiceError {
#[display(fmt = "Database error.")]
DatabaseError,

#[display(fmt = "Please sign in!")]
#[display(fmt = "Authentication error, please sign in")]
LoggedInUserNotFound,

// Begin tracker errors
Expand Down

0 comments on commit 59b1cce

Please sign in to comment.