Files
Clintchiz 2c960fc1dc
Quality / quality (ubuntu-latest) (push) Failing after 9m49s
Quality / quality (windows-latest) (push) Canceled after 0s
refactor: migrate legacy wire namespace to wrn
2026-08-12 18:51:15 +05:30

5 lines
438 B
Plaintext

page ImpersonationPage {
seo { title = "Impersonation safety banner" }
view { <main class="min-h-screen bg-[var(--wrn-color-bg)] text-[var(--wrn-color-text)]"><ImpersonationBanner targetName="Demo Customer" /><div class="mx-auto max-w-4xl p-8"><h1 class="text-3xl font-bold">Support impersonation</h1><p class="text-[var(--wrn-color-muted)]">The banner remains visible while an audited support session is active.</p></div></main> }
}