First try for notification

This commit is contained in:
Hocuri
2020-06-13 17:41:32 +02:00
parent 06a4f15995
commit 3f2e67f07a
4 changed files with 40 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ impl Context {
match success {
Ok(_) => {
self.set_config(Config::WarnedAboutWrongPw, None).await?;
progress!(self, 1000);
Ok(())
}