diff --git a/web/src/elements/stages/authenticator_totp/AuthenticatorTOTPStage.ts b/web/src/elements/stages/authenticator_totp/AuthenticatorTOTPStage.ts index ab91ea7c0..e6be98239 100644 --- a/web/src/elements/stages/authenticator_totp/AuthenticatorTOTPStage.ts +++ b/web/src/elements/stages/authenticator_totp/AuthenticatorTOTPStage.ts @@ -5,6 +5,7 @@ import { COMMON_STYLES } from "../../../common/styles"; import { BaseStage } from "../base"; import "webcomponent-qr-code"; import "../form"; +import { showMessage } from "../../messages/MessageContainer"; export interface AuthenticatorTOTPChallenge extends WithUserInfoChallenge { config_url: string; @@ -45,6 +46,19 @@ export class AuthenticatorTOTPStage extends BaseStage { +