diff --git a/src/Umbraco.Web.UI.Client/src/assets/login.jpg b/src/Umbraco.Web.UI.Client/src/assets/login.jpg deleted file mode 100644 index 6b97f2c943..0000000000 Binary files a/src/Umbraco.Web.UI.Client/src/assets/login.jpg and /dev/null differ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/auth/modals/umb-app-auth-modal.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/auth/modals/umb-app-auth-modal.element.ts index c767b57350..9fb5122908 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/auth/modals/umb-app-auth-modal.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/auth/modals/umb-app-auth-modal.element.ts @@ -30,22 +30,17 @@ export class UmbAppAuthModalElement extends UmbModalBaseElement - - -

${this.headline}

- ${this.data?.userLoginState === 'timedOut' - ? html`

${this.localize.term('login_timeout')}

` - : ''} - -
- + +

${this.headline}

+ ${this.data?.userLoginState === 'timedOut' + ? html`

${this.localize.term('login_timeout')}

` + : ''} + +
`; } @@ -59,41 +54,13 @@ export class UmbAppAuthModalElement extends UmbModalBaseElement