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

Commit a095b9b

Browse files
committed
Fix Get Started link showing up with a delay
1 parent 8c4cfe6 commit a095b9b

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)