From 828f2f8b92aee24a4d852621608e29995cb49ac0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 11 Mar 2021 15:39:59 +0100 Subject: [PATCH] web: use loadingState for autosubmitStage --- web/src/flows/stages/autosubmit/AutosubmitStage.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/flows/stages/autosubmit/AutosubmitStage.ts b/web/src/flows/stages/autosubmit/AutosubmitStage.ts index 90de2518e..0cf98a948 100644 --- a/web/src/flows/stages/autosubmit/AutosubmitStage.ts +++ b/web/src/flows/stages/autosubmit/AutosubmitStage.ts @@ -3,7 +3,6 @@ import { CSSResult, customElement, html, property, TemplateResult } from "lit-el import { WithUserInfoChallenge } from "../../../api/Flows"; import { COMMON_STYLES } from "../../../common/styles"; import { BaseStage } from "../base"; -import "../../../elements/Spinner"; import "../../../elements/utils/LoadingState"; export interface AutosubmitChallenge extends WithUserInfoChallenge { @@ -39,7 +38,7 @@ export class AutosubmitStage extends BaseStage { ${Object.entries(this.challenge.attrs).map(([ key, value ]) => { return html``; })} - +