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
BiometricPasswordInput allows the user to see the password without authentication once all the text has been removed. But due to the way the ServerSettingsScreen is currently initialized (initial state without password, then actual state containing password) this is always the case, leading to BiometricPasswordInput behaving like a regular PasswordInput.
The text was updated successfully, but these errors were encountered:
BiometricPasswordInput
allows the user to see the password without authentication once all the text has been removed. But due to the way the ServerSettingsScreen is currently initialized (initial state without password, then actual state containing password) this is always the case, leading toBiometricPasswordInput
behaving like a regularPasswordInput
.The text was updated successfully, but these errors were encountered: