mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
bugfix: prevent "accessing username causes NRE"
This commit is contained in:
committed by
alexiscatnip
parent
caf287ce83
commit
cbecb25503
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user