diff --git a/pass/SettingsTableViewController.swift b/pass/SettingsTableViewController.swift index f1340ac..86645e8 100644 --- a/pass/SettingsTableViewController.swift +++ b/pass/SettingsTableViewController.swift @@ -47,6 +47,7 @@ class SettingsTableViewController: UITableViewController { NotificationCenter.default.post(Notification(name: Notification.Name("passwordUpdated"))) } else { SVProgressHUD.showError(withStatus: "Error") + SVProgressHUD.dismiss(withDelay: 1) } } }