Skip to content

Commit

Permalink
fixed visibility for Authorization section (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrik committed Oct 20, 2020
1 parent 320c5dc commit 304cd19
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ <h3>Host</h3>
</div>
<!-- /ko -->

<!-- ko if: $component.authorizationServer -->
<!-- ko if: $component.authorizationServer() || $component.subscriptionKeyRequired() -->
<h3>Authorization</h3>
<!-- /ko -->

<!-- ko if: $component.authorizationServer -->
<div class="row flex flex-row">
<div class="col-4">
<label for="authServer" class="text-monospace form-label"
Expand Down

0 comments on commit 304cd19

Please sign in to comment.