mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 09:33:22 +00:00
String fix
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user