We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bc497 commit 0d52c3bCopy full SHA for 0d52c3b
src/views/portal_product_detail.tmpl
@@ -60,6 +60,7 @@
60
{{end}}
61
</div>
62
<div class="api-product-page__header card__action-buttons">
63
+ <!-- Not displaying access button until DCR is working
64
<!-- Not displaying access button for Products with Basic Auth -->
65
{{if and (ne $.product.AuthType "ba") (ne $.product.AuthType "custom")}}
66
{{ if $user }}
@@ -68,6 +69,7 @@
68
69
</button>
70
71
72
+ -->
73
74
75
{{ if $thisProduct.Logo.URL }}
0 commit comments