Skip to content

Commit

Permalink
Hide Access Button
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosabenca committed Aug 28, 2024
1 parent a4bc497 commit 0d52c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/portal_product_detail.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
{{end}}
</div>
<div class="api-product-page__header card__action-buttons">
<!-- Not displaying access button until DCR is working
<!-- Not displaying access button for Products with Basic Auth -->
{{if and (ne $.product.AuthType "ba") (ne $.product.AuthType "custom")}}
{{ if $user }}
Expand All @@ -68,6 +69,7 @@
</button>
{{end}}
{{end}}
-->
</div>
</div>
{{ if $thisProduct.Logo.URL }}
Expand Down

0 comments on commit 0d52c3b

Please sign in to comment.