This commit is contained in:
merlokk 2021-05-10 16:03:28 +03:00
parent 577e4e3b30
commit bd6d0869d8

View file

@ -360,7 +360,8 @@ static int CmdHFFidoRegister(const char *cmd) {
PrintAndLogEx(WARNING, "Invalid signature. res = %d. ( " _RED_("fail") " )" , res);
}
PrintAndLogEx(INFO, "\nauth command: ");
PrintAndLogEx(INFO, "");
PrintAndLogEx(INFO, "auth command: ");
char command[500] = {0};
sprintf(command, "hf fido auth -kh %s", sprint_hex_inrow(&buf[67], keyHandleLen));
if (chlen)