fix a missing step (#349)
This commit is contained in:
parent
166b7a908c
commit
fca7e53a0d
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ where
|
||||||
status.state()
|
status.state()
|
||||||
);
|
);
|
||||||
manager.remove_account(&account_name);
|
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.");
|
bail!("Authenticator finalization was unsuccessful. You may have entered the wrong confirm code in the previous step. Try again.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue