component ImpersonationBanner { props { visible = true targetName = "this user" stopAction = "/api/auth/impersonation/stop" stopSchema = "auth-empty" redirect = "/account" message = "You are viewing the application as" stopLabel = "Stop impersonating" color = "warning" size = "md" class = "" } view { {#if visible} {/if} } }