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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user