fix: biometrics timing loading (#1622)

This commit is contained in:
Mo
2022-09-23 09:59:16 -05:00
committed by GitHub
parent 4cdfcbfd95
commit 3c0d4fac76
3 changed files with 4 additions and 14 deletions

View File

@@ -960,10 +960,6 @@ export class SNApplication
| undefined
}
async loadMobileUnlockTiming() {
return this.protectionService.loadMobileUnlockTiming()
}
getBiometricsTimingOptions() {
return this.protectionService.getBiometricsTimingOptions()
}