import { EventBus, Component, xml } from '@odoo/owl'; export class AuthUI extends Component { static props = { bus: EventBus, } // Has to be in front of the block UI layer (which is z-index: 1070). static template = xml`