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

Commit 895771e

Browse files
committed
Merge pull request #87 from github/shana/fix-getstarted-delay
Fix Get Started link showing up with a delay in the Connect page
2 parents 7291acb + a095b9b commit 895771e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/TeamExplorer/Sync/GitHubPublishSection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ async void RTMSetup()
5555
if (ActiveRepo != null && ActiveRepoUri == null)
5656
{
5757
IsVisible = true;
58-
loggedIn = await connectionManager.IsLoggedIn(hosts);
5958
ShowGetStarted = true;
59+
loggedIn = await connectionManager.IsLoggedIn(hosts);
6060
ShowLogin = !loggedIn;
6161
ShowSignup = !loggedIn;
6262
}

0 commit comments

Comments
 (0)