Correct error when opening database with an empty password

This commit is contained in:
BONNEVILLE Geoffroy
2017-11-08 16:46:03 +01:00
parent a8a3cd5437
commit 401630da1e
3 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ namespace ModernKeePass.ViewModels
private readonly App _app = Application.Current as App;
private bool _hasPassword;
private bool _hasKeyFile;
private string _password;
private string _password = string.Empty;
private string _status;
private StatusTypes _statusType;
private StorageFile _keyFile;