Skip to content

Commit

Permalink
fix:Client token configuration not displayed (#1296)
Browse files Browse the repository at this point in the history
* fix: issues 1183、1166

* fix: issues 1291

* fix:Client token configuration not displayed
  • Loading branch information
wzh425 authored May 9, 2024
1 parent 8fc7c24 commit 8de0418
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 8de0418

Please sign in to comment.