Skip to content

Commit

Permalink
Merge pull request #819 from microbiomedata/818-fix-bug-preventing-or…
Browse files Browse the repository at this point in the history
…cid-login-from-working

Delete comment that impacted subsequent code once newlines were replaced
  • Loading branch information
eecavanna authored Dec 7, 2024
2 parents 7c78f27 + ec713b0 commit 115fdc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nmdc_runtime/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ def custom_swagger_ui_html(
onComplete += f"""
ui.preauthorizeApiKey('bearerAuth', '{access_token}');
// Build an HTML element tree representing a banner containing the user's token.
token_info = document.createElement('section');
token_info.classList.add('nmdc-info', 'nmdc-info-token', 'block', 'col-12');
token_info.innerHTML = <double-quote>
Expand Down

0 comments on commit 115fdc2

Please sign in to comment.