set background with logo for backdrop when first signing in
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user