Skip to content

Commit

Permalink
Merge pull request #57 from Blazored/fix-broken-login
Browse files Browse the repository at this point in the history
Fix spinning login on first attempt
  • Loading branch information
chrissainty authored May 10, 2019
2 parents 81e1eeb + 149ed17 commit 18c5f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Blazor.Gitter.Core/Components/Shared/AppState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ public void SetApiKey(string value)
apiKey = value;
if (HasApiKey)
{
initialised = true;
RaiseGotApiKeyEvent();
}
}
Expand Down

0 comments on commit 18c5f16

Please sign in to comment.