chore: remove todo note

This commit is contained in:
HorizonCode 2025-07-16 22:02:13 +02:00
parent 9d2599dd2f
commit f214aa454e

View File

@ -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<String, String> {
use base64::{Engine as _, engine::general_purpose};