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

{:else}
{/if}
{authState.currentAccount ? authState.currentAccount.username : "Login Account"}
{authState.currentAccount ? "Online" : "Guest"}