authState.openLoginModal()}
role="button"
tabindex="0"
onkeydown={(e) => e.key === "Enter" && authState.openLoginModal()}
>
{#if authState.currentAccount}

{:else}
?
{/if}
{authState.currentAccount ? authState.currentAccount.username : "Click to Login"}
{authState.currentAccount ? "Ready" : "Guest"}