Skip to content

Commit 96a30c6

Browse files
authored
setup: debug print full authenticator status when verification fails (#396)
1 parent dd153a6 commit 96a30c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/setup.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ impl SetupCommand {
193193
"authenticator state: {} -- did not actually finalize",
194194
status.state()
195195
);
196+
debug!("full status: {:#?}", status);
196197
manager.remove_account(&account_name);
197198
manager.save()?;
198199
bail!("Authenticator finalization was unsuccessful. You may have entered the wrong confirm code in the previous step. Try again.");

0 commit comments

Comments
 (0)