Merge branch 'feature/rust' of github.com:bitwarden/desktop into feature/rust

# Conflicts:
#	desktop_native/src/password/macos.rs
This commit is contained in:
Hinton 2022-03-07 09:32:03 +01:00
commit 47afb3a440
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pub async fn get_password(service: &str, account: &str) -> Result<String> {
}
pub async fn get_password_keytar(service: &str, account: &str) -> Result<String> {
get_password(service, account)
get_password(service, account).await
}
pub async fn set_password(service: &str, account: &str, password: &str) -> Result<()> {