1
0
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:
Bernd Schoolmann
2025-08-28 13:35:56 +02:00
parent 373163c067
commit 434281fea9

View File

@@ -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(())
}
}