component AuthSplitLayout { props { size = "default" color = "primary" eyebrow = "Secure identity" title = "Welcome back" description = "" brand = "Police Management System" features = [] class = "" } 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.
} }