Fix mac build

This commit is contained in:
Hinton 2022-03-04 18:15:05 +01:00
parent e0799d69c9
commit d03917481d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pub async fn get_password<'a>(service: &str, account: &str) -> Result<String> {
}
pub async fn get_password_keytar<'a>(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<()> {