diff --git a/fragments/auth/template/src/components/Auth/Link.svelte b/fragments/auth/template/src/components/Auth/Link.svelte index b33ede4..4601303 100644 --- a/fragments/auth/template/src/components/Auth/Link.svelte +++ b/fragments/auth/template/src/components/Auth/Link.svelte @@ -2,6 +2,7 @@ import { user, authenticating } from "./store"; import { url } from "@roxi/routify"; + diff --git a/fragments/auth/template/src/components/Auth/Login.svelte b/fragments/auth/template/src/components/Auth/Login.svelte index 7a55c25..2ce743d 100644 --- a/fragments/auth/template/src/components/Auth/Login.svelte +++ b/fragments/auth/template/src/components/Auth/Login.svelte @@ -18,3 +18,11 @@ {/if} + + diff --git a/fragments/auth/template/src/pages/protected/_reset.svelte b/fragments/auth/template/src/pages/protected/_reset.svelte index 0daa853..16fe8f4 100644 --- a/fragments/auth/template/src/pages/protected/_reset.svelte +++ b/fragments/auth/template/src/pages/protected/_reset.svelte @@ -12,37 +12,55 @@
- Go back -

- Protected module {#if $user}{/if} -

-
- {#if $user} - - {:else if $authenticating} -

authenticating...

- {:else} - - {/if} -
+
+ +

Protected module

+
+ {#if $user} + + {:else if $authenticating} +

authenticating...

+ {:else} + + {/if} +
+