diff --git a/src/commands/setup.rs b/src/commands/setup.rs index f609c66..403bd75 100644 --- a/src/commands/setup.rs +++ b/src/commands/setup.rs @@ -193,6 +193,7 @@ impl SetupCommand { "authenticator state: {} -- did not actually finalize", status.state() ); + debug!("full status: {:#?}", status); manager.remove_account(&account_name); manager.save()?; bail!("Authenticator finalization was unsuccessful. You may have entered the wrong confirm code in the previous step. Try again.");