Return a Manager from ProvisioningManager and RegistrationManager when finished

This commit is contained in:
AsamK 2021-03-07 14:48:02 +01:00
parent a7b414a870
commit 2935b96070
4 changed files with 49 additions and 23 deletions

View file

@ -28,7 +28,8 @@ public class VerifyCommand implements RegistrationCommand {
var pin = ns.getString("pin");
try {
m.verifyAccount(verificationCode, pin);
final var manager = m.verifyAccount(verificationCode, pin);
manager.close();
} catch (LockedException e) {
throw new UserErrorException(
"Verification failed! This number is locked with a pin. Hours remaining until reset: "