web: fix linting errors

This commit is contained in:
Jens Langhammer
2021-02-16 22:35:55 +01:00
parent a647917074
commit 68eefd083e
6 changed files with 7 additions and 5 deletions

View File

@ -4,6 +4,7 @@ import { COMMON_STYLES } from "../../common/styles";
import "../../elements/buttons/ModalButton";
import "../../elements/buttons/SpinnerButton";
import "./elements/utils/LoadingState";
import "./SAMLProviderViewPage";
import "./OAuth2ProviderViewPage";
@ -26,7 +27,7 @@ export class ProviderViewPage extends LitElement {
render(): TemplateResult {
if (!this.provider) {
return html`<ak-loading-state></ak-loading-state>`;;
return html`<ak-loading-state></ak-loading-state>`;
}
switch (this.provider?.object_type) {
case "saml":