Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ShopifyAuthenticationHandler.cs
  • Loading branch information
martincostello authored Jul 21, 2019
commit adffe3ab79f455031d4556688f09e7838da334b2
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ protected override string BuildChallengeUrl(AuthenticationProperties properties,

/// <inheritdoc />
protected override async Task<OAuthTokenResponse> ExchangeCodeAsync(
[NotNull] string code,
[NotNull] string redirectUri)
[NotNull] string code,
[NotNull] string redirectUri)
{
string shopDns;

Expand Down