{/* @if TARGET='app' */}
{!authHeader && (
)}
{/* @endif */}
{!authHeader &&
}
{!authHeader ? (
{(!IS_WEB || authenticated) && (
)}
{IS_WEB && !authenticated && (
)}
) : (
!isVerifyPage && (
{/* Add an empty span here so we can use the same style as above */}
{/* This pushes the close button to the right side */}
)
)}
{!authenticated && !isAuthPage && (
history.push(`/$/${PAGES.AUTH}`)}
/>
)}