fix a missing step (#349)

This commit is contained in:
Carson McManus 2023-12-03 11:39:45 -05:00 committed by GitHub
parent 166b7a908c
commit fca7e53a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.");
} }