Mode Template

{#if auth.loading}

Loading...

{:else if auth.isAuthenticated}

Welcome, {auth.user?.displayName}!

Email: {auth.user?.email}

{:else}

Please log in to continue.

{/if}