Update create.svelte

This commit is contained in:
Mawoka
2022-06-16 15:25:32 +02:00
committed by GitHub
parent c0ae705aab
commit cfaaa1363d
+1
View File
@@ -11,6 +11,7 @@
if (session.authenticated) { if (session.authenticated) {
signedIn.set(true); signedIn.set(true);
} }
return {}
} }
</script> </script>