You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/frameworks-sveltekit/src/lib/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@
68
68
* </script>
69
69
*
70
70
* <h1>SvelteKit Auth Example</h1>
71
-
* <p>
71
+
* <div>
72
72
* {#if $page.data.session}
73
73
* {#if $page.data.session.user?.image}
74
74
* <span
@@ -87,7 +87,7 @@
87
87
* <SignIn provider="google"/>
88
88
* <SignIn provider="facebook"/>
89
89
* {/if}
90
-
* </p>
90
+
* </div>
91
91
* ```
92
92
*
93
93
* `<SignIn />` and `<SignOut />` are components that `@auth/sveltekit` provides out of the box - they handle the sign-in/signout flow, and can be used as-is as a starting point or customized for your own components.
0 commit comments