Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 17, 2023
1 parent eb65aec commit 366af6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/bitwarden-uniffi/src/vault/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ impl ClientVault {
/// - OTP Auth URI
/// - Steam URI
pub async fn generate_totp(&self, key: String, time: Option<DateTime<Utc>>) -> TotpResponse {
self.0 .0.read().await.vault().generate_totp(key, time).await
self.0
.0
.read()
.await
.vault()
.generate_totp(key, time)
.await
}
}

0 comments on commit 366af6a

Please sign in to comment.