Replies: 1 comment 1 reply
-
You probably need to wrap <button on:click={() => signOut()} class="btn variant-filled-warning">Sign out</button> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am currently following the AuthJS sveltekit tutorial, but when I do
<button on:click={signOut}>Button</button>
, I am getting an error with the following text:Is there a way to fix this?
Full code:
Beta Was this translation helpful? Give feedback.
All reactions