Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the upgrade issue #275

Merged
merged 1 commit into from
Mar 4, 2025
Merged

fix the upgrade issue #275

merged 1 commit into from
Mar 4, 2025

Conversation

indpurvesh
Copy link
Member

No description provided.

@indpurvesh indpurvesh merged commit 8420e8f into main Mar 4, 2025
4 of 5 checks passed
@indpurvesh indpurvesh deleted the improvements branch March 4, 2025 07:41
Comment on lines +46 to +48
Err(e) => match e{
_ => Err(Error::Generic("500 Internal Server Error".to_string()))
}

Check warning

Code scanning / clippy

this match could be replaced by its body itself Warning

this match could be replaced by its body itself
password_salt: &str,
) -> Result<()> {

let password_hash =

Check warning

Code scanning / clippy

unused variable: password_hash Warning

unused variable: password\_hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant