Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Biometrics unlock does not work on Vision Pro #1062

Open
2 tasks done
bunnyhero opened this issue Oct 20, 2024 · 0 comments
Open
2 tasks done

Biometrics unlock does not work on Vision Pro #1062

bunnyhero opened this issue Oct 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bunnyhero
Copy link

Bitwarden Beta

  • I'm using the new native Bitwarden Beta app and I'm aware that legacy .NET app bugs should be reported in bitwarden/mobile

Steps To Reproduce

Using the iPad app on Apple Vision Pro:

  1. Go to Settings
  2. Tap on 'Account Security.'
  3. Scroll to 'Unlock Options.'

Expected Result

"Unlock with Face ID" (or other biometric option) available.

Actual Result

No biometric option for unlocking.

Screenshots or Videos

No response

Additional Context

This worked as expected (Optic ID working as Face ID) in earlier .NET versions of the app.

I believe the issue is here, since visionOS returns .opticID as biometry type:

case .none,
.opticID:
return .none

Furthermore, the return value for the case of @unknown default means that any future biometry types will have the same issue:

Build Version

2024.9.2

Environment Details

  • Device: Apple Vision Pro
  • OS Version: visionOS 2.1 beta 6

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant