diff --git a/src/app/commands.ts b/src/app/commands.ts index 7a168ab..f4f6177 100644 --- a/src/app/commands.ts +++ b/src/app/commands.ts @@ -161,6 +161,7 @@ export const logout = async () => { } await clearStorage() + localStorage.clear() } diff --git a/src/app/components/LogIn.svelte b/src/app/components/LogIn.svelte index a2095ab..c40cf60 100644 --- a/src/app/components/LogIn.svelte +++ b/src/app/components/LogIn.svelte @@ -1,5 +1,4 @@ @@ -93,21 +89,8 @@ , which allows you to own your social identity.

- {#if BURROW_URL} - - {/if} {#if getNip07()} - {/if} {#each signers as app} - {/each} + {#if BURROW_URL && !hasSigner} + + {/if} - - - Browse Signer Apps - + {#if BURROW_URL && hasSigner} + + {/if} + {#if !hasSigner || !BURROW_URL} + + + Browse Signer Apps + + {/if}
Need an account?