Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9b7969f

Browse files
committed
Show logged out view
1 parent 923351e commit 9b7969f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitHub.VisualStudio/UI/Views/GitHubPaneViewModel.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ async void Reload([AllowNull] ViewWithData data = null)
116116
}
117117
else
118118
{
119-
//var factory = ServiceProvider.GetExportedValue<IUIFactory>();
120-
//var c = factory.CreateViewAndViewModel(UIViewType.LoggedOut);
121-
//Control = c.View;
119+
var factory = ServiceProvider.GetExportedValue<IUIFactory>();
120+
var c = factory.CreateViewAndViewModel(UIViewType.LoggedOut);
121+
Control = c.View;
122122
}
123123
}
124124

0 commit comments

Comments
 (0)