Commit b9cdf15a authored by Josh Ji's avatar Josh Ji

Ignore additional rp icon param when doing makeCred(0x01).

parent b33d9ae7
......@@ -104,6 +104,8 @@ public class AuthenticatorMakeCredential {
short len3 = decoder.readTextString(scratch1, (short) 0);
// Set it
rp.setName(scratch1, len3);
} else {
decoder.skipEntry();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment