Skip to content

Commit

Permalink
Hide certificates when getting the magic ommand
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Jun 20, 2023
1 parent 0d52c11 commit b680791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
else
{
@if (Credentials.CertificateCredentials != null)
@if (Credentials.CertificateCredentials != null && string.IsNullOrEmpty(EnrollementScriptCommand))
{
<MudItem xs="12">
<MudText Style="text-decoration:underline"><b>Certificate Pem</b></MudText>
Expand Down

0 comments on commit b680791

Please sign in to comment.