We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b2f5a commit 95191ddCopy full SHA for 95191dd
1 file changed
app/composables/atproto/useAtproto.ts
@@ -1,6 +1,6 @@
1
import type { UserSession } from '#shared/schemas/userSession'
2
3
-export function useAtproto() {
+export const useAtproto = createSharedComposable(function useAtproto() {
4
const {
5
data: user,
6
pending,
@@ -19,4 +19,4 @@ export function useAtproto() {
19
}
20
21
return { user, pending, logout }
22
-}
+})
0 commit comments