Skip to content

Commit

Permalink
refactor: undo oauth options
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Jul 14, 2019
1 parent 0aa88d3 commit 9fcac2c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@

var ui = SwaggerUIBundle(swaggerOptions);

var oauthOptions = {{{oauthOptions}}};
if (oauthOptions){
ui.initOAuth(oauthOptions)
}

window.ui = ui;
};
</script>
Expand Down

0 comments on commit 9fcac2c

Please sign in to comment.