We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6675e commit c233c47Copy full SHA for c233c47
src/templates/security-scheme-template.js
@@ -270,7 +270,7 @@ export default function securitySchemeTemplate() {
270
return;
271
}
272
return html`
273
- <div id='authentication' style="margin-top:24px; margin-bottom:24px;" class = 'observe-me ${'read focused'.includes(this.renderStyle) ? 'section-gap--read-mode' : 'section-gap '}'>
+ <div id='auth' style="margin-top:24px; margin-bottom:24px;" class = 'observe-me ${'read focused'.includes(this.renderStyle) ? 'section-gap--read-mode' : 'section-gap '}'>
274
<div class='sub-title regular-font'> AUTHENTICATION </div>
275
276
<div class="small-font-size" style="display:flex; align-items: center; min-height:30px">
0 commit comments