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

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