diff --git a/src/routes/login/+page.svelte b/src/routes/login/+page.svelte index c02731b0..e1a45c5a 100644 --- a/src/routes/login/+page.svelte +++ b/src/routes/login/+page.svelte @@ -7,9 +7,11 @@ import { numberOfUnreadNotification } from '$lib/store'; export let form; - + let loading = false; + let oauthLoading = false; + const submitLogin = () => { loading = true; return async ({ result, update}) => { @@ -92,7 +94,7 @@ -
+
@@ -141,23 +143,25 @@ Or login using
-
+
-
-
@@ -172,13 +176,24 @@
- + +
+
- + + {#if oauthLoading} +
+
+ +
+
+ {/if}