chore: add todo text

This commit is contained in:
2025-07-16 16:17:41 +02:00
parent 5cae8bc63a
commit 4e4998671a

View File

@@ -308,6 +308,7 @@ pub async fn is_net8_installed() -> bool {
} }
} }
//TODO: maybe switch to this crate: https://crates.io/crates/windows-dpapi
#[cfg(windows)] #[cfg(windows)]
pub fn encrypt_password(password: &str) -> Result<String, String> { pub fn encrypt_password(password: &str) -> Result<String, String> {