ported google PKP signup to sveltekit
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
import Send from '$lib/Send.svelte';
|
||||
import Balance from '$lib/Balance.svelte';
|
||||
import WalletConnect from '$lib/WalletConnect.svelte';
|
||||
import GoogleAuth from '$lib/GoogleAuth.svelte';
|
||||
let pkpWallet;
|
||||
let authSig;
|
||||
let pkpPubKey =
|
||||
@ -14,10 +15,11 @@
|
||||
<LitStatus />
|
||||
<AuthSign />
|
||||
|
||||
<div class="p-4 bg-gray-200 flex justify-center items-center flex-col">
|
||||
<!-- <div class="p-4 bg-gray-200 flex justify-center items-center flex-col">
|
||||
<Wallet bind:pkpWallet bind:authSig />
|
||||
<Send bind:pkpWallet />
|
||||
<Balance />
|
||||
|
||||
<WalletConnect bind:pkpWallet bind:authSig bind:pkpPubKey />
|
||||
</div>
|
||||
</div> -->
|
||||
<GoogleAuth />
|
||||
|
Reference in New Issue
Block a user