Skip to content

Commit 40229fb

Browse files
rebase onto contributors commit (#2021)
2 parents 4cce952 + 75b11cf commit 40229fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/providers/auth0-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function Auth0Provider({
1616
<SWRConfig
1717
value={{
1818
fallback: {
19-
"/auth/profile": user
19+
[process.env.NEXT_PUBLIC_PROFILE_ROUTE || "/auth/profile"]: user
2020
}
2121
}}
2222
>

0 commit comments

Comments
 (0)