{label}
{" · "}
{URL_TOAST_SHORTCUT}
{" "}
to reach the buttons, Esc to dismiss
{origin && (
{origin}
)}
{rest}
{signIn && (
Sign-in link — the callback listener is inside the container.
Opening it there closes the loop; the host browser needs the auth
bridge.
)}
{signIn ? (
<>
{containerButton}
{hostButton}
>
) : (
<>
{hostButton}
{containerButton}
>
)}