Skip to content

Commit 0d52c3b

Browse files
committed
Hide Access Button
1 parent a4bc497 commit 0d52c3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/portal_product_detail.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
{{end}}
6161
</div>
6262
<div class="api-product-page__header card__action-buttons">
63+
<!-- Not displaying access button until DCR is working
6364
<!-- Not displaying access button for Products with Basic Auth -->
6465
{{if and (ne $.product.AuthType "ba") (ne $.product.AuthType "custom")}}
6566
{{ if $user }}
@@ -68,6 +69,7 @@
6869
</button>
6970
{{end}}
7071
{{end}}
72+
-->
7173
</div>
7274
</div>
7375
{{ if $thisProduct.Logo.URL }}

0 commit comments

Comments
 (0)