We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd153a6 commit 96a30c6Copy full SHA for 96a30c6
src/commands/setup.rs
@@ -193,6 +193,7 @@ impl SetupCommand {
193
"authenticator state: {} -- did not actually finalize",
194
status.state()
195
);
196
+ debug!("full status: {:#?}", status);
197
manager.remove_account(&account_name);
198
manager.save()?;
199
bail!("Authenticator finalization was unsuccessful. You may have entered the wrong confirm code in the previous step. Try again.");
0 commit comments