Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created July 26, 2021 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertohuertasm/ae37b8d5360e52620c2e9a51ef01cce8 to your computer and use it in GitHub Desktop.
Save robertohuertasm/ae37b8d5360e52620c2e9a51ef01cce8 to your computer and use it in GitHub Desktop.
<script>
// we'll edit this later
let user;
</script>
<svelte:head>
<title>SvelteKit - Cognito</title>
</svelte:head>
{#if !user}
<button>Log In with Cognito</button>
{:else}
<button>Log Out</button>
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment