Skip to content

Commit

Permalink
fix:Client token configuration not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 committed May 9, 2024
1 parent 0617fb4 commit 01cfa56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void PrepareHeader()
{ "Dto",_deviceFlowDto }
};
}
else if (_clientDetailDto.ClientType == ClientTypes.Machine || _clientDetailDto.ClientType == ClientTypes.Web)
else if (_clientDetailDto.ClientType == ClientTypes.Machine)
{
_tabHeader.Add(T("Client Secret"));
_otherType = typeof(ClientSecret);
Expand Down

0 comments on commit 01cfa56

Please sign in to comment.