Skip to content

Commit

Permalink
fix: missing row
Browse files Browse the repository at this point in the history
  • Loading branch information
kenken714 committed Oct 30, 2024
1 parent 666ee96 commit 92a89f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/handler/authentication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ pub async fn logout(
Ok((StatusCode::NO_CONTENT, headers))
}

#[derive(Deserialize)]
pub struct ResetPasswordRequest {
email: String,
}
Expand Down Expand Up @@ -201,6 +202,7 @@ https://link/{jwt}"
Ok(StatusCode::CREATED)
}

#[derive(Deserialize)]
pub struct ResetPassword {
password: String,
token: String,
Expand Down

0 comments on commit 92a89f5

Please sign in to comment.