Skip to content

Commit

Permalink
Removed Authorization header cleanup on operation load (#983)
Browse files Browse the repository at this point in the history
* Removed Authorization header cleanup on operation load

* Fixed Authorization section in console
  • Loading branch information
ygrik committed Oct 20, 2020
1 parent 53f47ba commit e130145
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ <h3>Host</h3>
</div>
<!-- /ko -->

<!-- ko if: $component.authorizationServer -->
<h3>Authorization</h3>

<!-- ko if: $component.authorizationServer -->
<div class="row flex flex-row">
<div class="col-4">
<label for="authServer" class="text-monospace form-label"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ export class OperationConsole {

if (!authorizationServer) {
this.selectedGrantType(null);
this.removeAuthorizationHeader();
return;
}

Expand Down

0 comments on commit e130145

Please sign in to comment.