1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 09:33:22 +00:00

String fix

This commit is contained in:
adudek-bw
2025-10-21 09:48:41 -04:00
parent 2bb00b93ec
commit 8c2493a3cc

View File

@@ -49,7 +49,7 @@ pub fn get_crypto_service(
}
pub fn configure_windows_crypto_service(admin_exe_path: &str) {
*ADMIN_EXE_PATH.lock().unwrap() = Some(admin_exe_path.clone());
*ADMIN_EXE_PATH.lock().unwrap() = Some(admin_exe_path.to_string());
}
//