1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

cleanup: UP is no longer undefined

This commit is contained in:
Anders Åberg
2025-03-04 12:44:18 +01:00
parent 876cd5802f
commit 7952a2d28b

View File

@@ -123,7 +123,6 @@ export class DesktopFido2UserInterfaceSession implements Fido2UserInterfaceSessi
try {
// Check if we can return the credential without user interaction
// TODO: Assume user presence is undefined
if (assumeUserPresence && cipherIds.length === 1 && !masterPasswordRepromptRequired) {
this.logService.debug(
"shortcut - Assuming user presence and returning cipherId",