From bd6d0869d8dcdeb361bb6b6ac7c75cccfde1fb29 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 10 May 2021 16:03:28 +0300 Subject: [PATCH] textual --- client/src/cmdhffido.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdhffido.c b/client/src/cmdhffido.c index a2cf26801..a0c0b087e 100644 --- a/client/src/cmdhffido.c +++ b/client/src/cmdhffido.c @@ -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)