Skip to content

Commit e8da2a0

Browse files
authored
Temporarily removed authorization server info from operation details. (#1700)
1 parent bb2a3ee commit e8da2a0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/operations/operation-details/ko/runtime/operation-details.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ <h3>Request</h3>
3737
<span class="text-monospace"
3838
data-bind="text: $component.requestUrlSample, attr: { 'data-method': operation().method }"></span>
3939

40-
<!-- ko if: associatedAuthServer -->
41-
<div class="animation-fade-in">
42-
<h4>Authorization</h4>
43-
44-
<oauth-server-configuration params="{authorizationServer: associatedAuthServer}">
45-
</oauth-server-configuration>
46-
</div>
47-
<!-- /ko -->
48-
4940
<!-- ko if: operation().parameters.length > 0 -->
5041
<h4>Request parameters</h4>
5142

0 commit comments

Comments
 (0)