mirror of https://github.com/ppy/osu
Make IAPIProvider instances nullable
This commit is contained in:
parent
7de7748607
commit
ee14a275a2
|
@ -202,7 +202,7 @@ private class LoginForm : FillFlowContainer
|
|||
private TextBox password;
|
||||
private ShakeContainer shakeSignIn;
|
||||
|
||||
[Resolved]
|
||||
[Resolved(CanBeNull = true)]
|
||||
private IAPIProvider api { get; set; }
|
||||
|
||||
public Action RequestHide;
|
||||
|
|
Loading…
Reference in New Issue