You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Bitwarden Beta
Steps To Reproduce
Using the iPad app on Apple Vision Pro:
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:ios/BitwardenShared/Core/Auth/Services/Biometrics/BiometricsService.swift
Lines 88 to 90 in 59f4f6c
Furthermore, the return value for the case of
@unknown default
means that any future biometry types will have the same issue:ios/BitwardenShared/Core/Auth/Services/Biometrics/BiometricsService.swift
Lines 95 to 96 in 59f4f6c
Build Version
2024.9.2
Environment Details
Issue Tracking Info
The text was updated successfully, but these errors were encountered: