I have 2fa with a hardware security key enabled, and was attempting to login with a key that was not registered (I have two keys, one as a backup, and forgot to register my backup key). I get the following two errors:
Could not read your security key.
The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
Could not read your security key.
CredentialsContainer request is not allowed.
which I find quite misleading, because they seem to point to a browser issue (especially the second error message, which triggers fairly inconsistently). A message like "this key is not registered with your account, try another one?" would be much more informative.
### Comment
I have 2fa with a hardware security key enabled, and was attempting to login with a key that was not registered (I have two keys, one as a backup, and forgot to register my backup key). I get the following two errors:
```
Could not read your security key.
The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
```
```
Could not read your security key.
CredentialsContainer request is not allowed.
```
which I find quite misleading, because they seem to point to a browser issue (especially the second error message, which triggers fairly inconsistently). A message like "this key is not registered with your account, try another one?" would be much more informative.