import ComponentBaseStyles from "../styles/ComponentBaseStyles.wrn" component AuthSplitLayout { props { size: string = "default" color: string = "primary" eyebrow: string = "Secure identity" title: string = "Welcome back" description: string = "" brand: string = "Police Management System" features: unknown[] = [] class: string = "" } view {
{brand}Unified identity and access
{eyebrow}

{title}

{#if description}

{description}

{/if}
{#each features as item}
{item.label} {#if item.description} {item.description} {/if}
{/each}
Authorised access only ยท Activity may be monitored and audited.