Small change

Jérémy JAMET
2025-10-22 14:11:37 +02:00
parent 5e88584264
commit eb55fc7b92

@@ -170,7 +170,7 @@ In some cases, the server will reject the Passkey you are trying to use for auth
There are two solutions in this case:
- **Simply create a new Passkey entry for this service**. This is the recommended method.
- Add the protected custom field `KPEX_PASSKEY_FLAG_BE` with a value of `0` to the Passkey entry if the field label `Passkey Backup Eligibility` is not present. **This solution is not recommended**, as it manually changes a value on the assumption that the server will accept a backup (i.e., the use of a passkey on another client) simply because the variable has the same value.
- Add the protected custom field `KPEX_PASSKEY_FLAG_BE` with a value of `0` to the Passkey entry if the field label `Passkey Backup Eligibility` is not present. **This solution is not recommended**, as it manually changes a value on the assumption that the server will accept a backup (i.e., the use of a passkey on another client) simply because the variable has the same value but does not actually verify the client used.
## Out of time