bugfix: prevent "accessing username causes NRE"

This commit is contained in:
alexiscatnip
2022-08-06 02:43:06 +08:00
committed by alexiscatnip
parent caf287ce83
commit cbecb25503
+3 -2
View File
@@ -31,9 +31,10 @@ namespace Raindrop.UI.Login
#endregion
#region internal representations
public string Username { get; set; }
public string Password { get; set; }
public string Username = "";
public string Password = "";
// public bool isSaveCredentials => true;