When switching into an account via copilot (or switching back), biometrics show as not registered until the page is refreshed. This suggests the account Onyx key dance during copilot switching may not be persisting serverKnownCredentialIDs correctly, or it needs to be re-populated after the switch.
Steps to reproduce:
- Use copilot to switch into another account (or switch back to your own).
- Check the biometrics registration status — it shows as not registered.
- Refresh the page — biometrics now show as registered correctly.
Expected: Biometrics registration status reflects correctly after a copilot account switch, without requiring a page refresh.
Goal: Investigate whether the account Onyx key is dropping serverKnownCredentialIDs during copilot switches, and fix accordingly.
When switching into an account via copilot (or switching back), biometrics show as not registered until the page is refreshed. This suggests the
accountOnyx key dance during copilot switching may not be persistingserverKnownCredentialIDscorrectly, or it needs to be re-populated after the switch.Steps to reproduce:
Expected: Biometrics registration status reflects correctly after a copilot account switch, without requiring a page refresh.
Goal: Investigate whether the
accountOnyx key is droppingserverKnownCredentialIDsduring copilot switches, and fix accordingly.