{!authHeader && backout ? (
{backout.title && (
{isMobile ? backout.simpleTitle || backout.title : backout.title}
)}
) : (
<>
{!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 */}
)
)}