Skip to content

Commit

Permalink
refactor: [#445] new custom error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Feb 6, 2024
1 parent 1cecc59 commit 2f288c6
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 = "You must be logged in!.")]
#[display(fmt = "Please sign in!")]
LoggedInUserNotFound,

// Begin tracker errors
Expand Down

0 comments on commit 2f288c6

Please sign in to comment.