mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
fix: dont refetch every navigate
This commit is contained in:
+1
-3
@@ -21,9 +21,7 @@ const DEFAULT_VALUES = {
|
||||
export const fetchClerkAuth = createServerFn("GET", async (_, ctx) => {
|
||||
const auth = await getAuth(ctx.request)
|
||||
|
||||
return {
|
||||
user: auth,
|
||||
}
|
||||
return auth
|
||||
})
|
||||
|
||||
export const getFeatureFlag = createServerFn(
|
||||
|
||||
Reference in New Issue
Block a user