Skip to content

Commit

Permalink
Repoint HTMLElement at LitElement for oauth handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Aug 29, 2023
1 parent 545d7d2 commit f329342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/openapi-explorer-oauth-handler.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { LitElement } from 'lit';
import { checkForAuthToken } from './templates/security-scheme-template.js';

export default class OpenapiExplorerOauthHandler extends HTMLElement {
export default class OpenapiExplorerOauthHandler extends LitElement {
connectedCallback() {
checkForAuthToken(true);
}
Expand Down

0 comments on commit f329342

Please sign in to comment.