Refactoring and cleanup of Signer

This commit is contained in:
Samuel Andert
2023-08-28 12:18:57 +02:00
parent e2a3c680d1
commit 370ff822d0
5 changed files with 51 additions and 122 deletions

View File

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