tiding up GoogleAuth

This commit is contained in:
Samuel Andert
2023-07-25 12:16:44 +02:00
parent f2e9100766
commit c47cf1e338
3 changed files with 71 additions and 146 deletions

View File

@ -7,7 +7,10 @@
const store = getComponentStore(id);
$: console.log('store:', $store);
export let messages;
onMount(async () => {
console.log('messages: ' + JSON.stringify(messages));
console.log('hello Earth');
});
</script>