{label}
{" · "}
{URL_TOAST_SHORTCUT}
{" "}
to reach the buttons, Esc to dismiss
{origin && (
{origin}
)}
{rest}
{signIn && (
{containerLeads
? "Sign-in link — the callback listener is inside the container. Opening it there closes the loop; the host browser needs the auth bridge."
: hostIsLastResort
? "Sign-in link — the callback listener is inside the container and nothing is set up to reach it. Turn on Auth bridge in the project’s Config tab, or install browser support to sign in inside the container."
: "Sign-in link — the callback listener is inside the container. The auth bridge is what carries the callback back to it from your own browser."}
)}
{containerLeads ? (
<>
{containerButton}
{hostButton}
>
) : (
<>
{hostButton}
{containerButton}
>
)}