Fixed session UI

This commit is contained in:
Samuel Andert
2023-08-29 13:31:09 +02:00
parent 370ff822d0
commit a749abe7ed
2 changed files with 45 additions and 41 deletions

View File

@ -1,9 +1,5 @@
<script>
import GoogleAuth from "$lib/GoogleAuth.svelte";
import Signer from "$lib/Signer.svelte";
let messageToSign = { user: "Sam", loggedIn: true };
</script>
<GoogleAuth />
<Signer {messageToSign} />