ported google PKP signup to sveltekit

This commit is contained in:
Samuel Andert
2023-07-21 11:20:11 +02:00
parent 8d9980c59e
commit f11a208f56
6 changed files with 660 additions and 3 deletions

View File

@ -8,7 +8,12 @@
</head>
<script>
// Fix `global is not defined` error
global = window
global = window;
window.process = {
env: {
NODE_ENV: 'development'
}
}
</script>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>