diff --git a/web/src/elements/stages/authenticator_static/AuthenticatorStaticStage.ts b/web/src/elements/stages/authenticator_static/AuthenticatorStaticStage.ts index d22e3ae36a..c03890cb64 100644 --- a/web/src/elements/stages/authenticator_static/AuthenticatorStaticStage.ts +++ b/web/src/elements/stages/authenticator_static/AuthenticatorStaticStage.ts @@ -49,7 +49,7 @@ export class AuthenticatorStaticStage extends BaseStage { ${this.challenge.pending_user}
- ${gettext("Not you?")} + ${gettext("Not you?")}
diff --git a/web/src/elements/stages/authenticator_totp/AuthenticatorTOTPStage.ts b/web/src/elements/stages/authenticator_totp/AuthenticatorTOTPStage.ts index d999dbfa9e..22c92af8fc 100644 --- a/web/src/elements/stages/authenticator_totp/AuthenticatorTOTPStage.ts +++ b/web/src/elements/stages/authenticator_totp/AuthenticatorTOTPStage.ts @@ -37,7 +37,7 @@ export class AuthenticatorTOTPStage extends BaseStage { ${this.challenge.pending_user}
- ${gettext("Not you?")} + ${gettext("Not you?")}
diff --git a/web/src/elements/stages/consent/ConsentStage.ts b/web/src/elements/stages/consent/ConsentStage.ts index ed77081ce3..937e28d5f3 100644 --- a/web/src/elements/stages/consent/ConsentStage.ts +++ b/web/src/elements/stages/consent/ConsentStage.ts @@ -44,7 +44,7 @@ export class ConsentStage extends BaseStage { ${this.challenge.pending_user}
- ${gettext("Not you?")} + ${gettext("Not you?")}
diff --git a/web/src/elements/stages/password/PasswordStage.ts b/web/src/elements/stages/password/PasswordStage.ts index b1efbd87ad..bf645ed51c 100644 --- a/web/src/elements/stages/password/PasswordStage.ts +++ b/web/src/elements/stages/password/PasswordStage.ts @@ -36,7 +36,7 @@ export class PasswordStage extends BaseStage { ${this.challenge.pending_user}
- ${gettext("Not you?")} + ${gettext("Not you?")}
diff --git a/web/src/pages/generic/FlowExecutor.ts b/web/src/pages/generic/FlowExecutor.ts index 0e833decbe..7947c66c72 100644 --- a/web/src/pages/generic/FlowExecutor.ts +++ b/web/src/pages/generic/FlowExecutor.ts @@ -34,7 +34,7 @@ export class FlowExecutor extends LitElement { challenge?: Challenge; @property({type: Boolean}) - loading: boolean = false; + loading = false; static get styles(): CSSResult[] { return COMMON_STYLES.concat(css`