you modified this.pairingKey in PairingCodeSession from Bytes.randomHex(5) to Bytes.randomHex(8). However, the login fails when using the 8-character code, showing "incorrect code, please re-obtain."
Additionally, during the refresh process, the pairing code does not change until the login succeeds; it remains the same beforehand.
you modified this.pairingKey in PairingCodeSession from Bytes.randomHex(5) to Bytes.randomHex(8). However, the login fails when using the 8-character code, showing "incorrect code, please re-obtain."
Additionally, during the refresh process, the pairing code does not change until the login succeeds; it remains the same beforehand.