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

Commit 0dce43a

Browse files
committed
Let's trigger this after all the state is set
1 parent eda939e commit 0dce43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Models/RepositoryHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ IObservable<AuthenticationResult> LoginWithApiUser(UserAndScopes userAndScopes)
252252
{
253253
if (result.IsSuccess())
254254
{
255-
IsLoggedIn = true;
256255
SupportsGist = userAndScopes.Scopes?.Contains("gist") ?? true;
256+
IsLoggedIn = true;
257257
}
258258

259259
log.Info("Log in from cache for login '{0}' to host '{1}' {2}",

0 commit comments

Comments
 (0)