Skip to content

Commit

Permalink
refactor: [#165] added missing error to function comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Aug 3, 2024
1 parent e527867 commit 2df5448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ impl ProfileService {
/// * `ServiceError::PasswordTooLong` if the supplied password is too long.
/// * An error if unable to successfully hash the password.
/// * An error if unable to change the password in the database.
/// * An error if it is not possible to authorize the action
pub async fn change_password(
&self,
user_id: UserId,
Expand Down

0 comments on commit 2df5448

Please sign in to comment.