{#if isAuthPage} {@render children()} {:else if auth.loading}

{t('common.loading')}

{:else if auth.user}
{#key page.url.pathname}
{@render children()}
{/key}
{:else}

{t('common.loading')}

{/if} { showPasswordForm = false; pwdMsg = ''; pwdSuccess = false; }}>
{#if pwdMsg}

{pwdMsg}

{/if}