Skip to content

Commit

Permalink
fix: removed unused symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmard committed Apr 29, 2024
1 parent eced63c commit 3ef1f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/string.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::prelude::OnceLockHelper;

#[cfg(feature = "feat-crypto")]
pub fn password_hash(password: String) -> String {
use crate::prelude::OnceLockHelper;

let salt = crate::MEDULLAH.app().app_key.clone();
let config = argon2::Config::default();

Expand Down

0 comments on commit 3ef1f6e

Please sign in to comment.