/
This commit is contained in:
parent
6f54949153
commit
33dc08bb82
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ export const Top: Component = (props) => {
|
||||||
console.log(hashedEmail());
|
console.log(hashedEmail());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
createEffect(() => {
|
||||||
|
console.log(session().data?.user);
|
||||||
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<aside class={css.top}>
|
<aside class={css.top}>
|
||||||
<Show
|
<Show
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue