diff --git a/src-tauri/src/utils.rs b/src-tauri/src/utils.rs index b9220ad..45f752d 100644 --- a/src-tauri/src/utils.rs +++ b/src-tauri/src/utils.rs @@ -308,8 +308,6 @@ pub async fn is_net8_installed() -> bool { } } -//TODO: maybe switch to this crate: https://crates.io/crates/windows-dpapi - #[cfg(windows)] pub fn encrypt_password(password: &str, entropy: &str) -> Result { use base64::{Engine as _, engine::general_purpose};