Added Google LIT protocol web3 auth

This commit is contained in:
Samuel Andert
2023-08-28 08:48:59 +02:00
parent 2f40f3f5ac
commit 7803294d6f
14 changed files with 3276 additions and 81 deletions

View File

@ -6,6 +6,14 @@
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
<script>
global = window;
window.process = {
env: {
NODE_ENV: 'development'
}
}
</script>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>