diff --git a/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs b/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs index b41c7d5afb..c55183772b 100644 --- a/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs +++ b/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs @@ -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;