mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
Fix build on mac
This commit is contained in:
@@ -32,4 +32,8 @@ impl super::BiometricTrait for BiometricLockSystem {
|
||||
async fn has_persistent(&self, _user_id: &str) -> Result<bool, anyhow::Error> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
async fn unenroll(&self, _user_id: &str) -> Result<(), anyhow::Error> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user