set background with logo for backdrop when first signing in

This commit is contained in:
Jacob Overgaard
2024-04-09 10:19:59 +02:00
parent 5bbdca08fe
commit 7fe1fa772d

View File

@@ -122,8 +122,8 @@ export class UmbAppAuthController extends UmbControllerBase {
},
modal: {
backdropBackground: this.#firstTimeLoggingIn
? 'var(--umb-auth-backdrop, rgba(0, 0, 0, 0.75))'
: 'var(--umb-auth-backdrop-timedout, #000)',
? 'var(--umb-auth-backdrop, url("/umbraco/backoffice/assets/umbraco_logo_white.svg") 20px 20px / 200px no-repeat, radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(40,58,151,.9) 50%, rgba(0,212,255,1) 100%))'
: 'var(--umb-auth-backdrop-timedout, rgba(0,0,0,0.75))',
},
})
.onSubmit()