diff --git a/packages/web/workspace/src/providers/auth.tsx b/packages/web/workspace/src/providers/auth.tsx index 7139379f..5bb17fb8 100644 --- a/packages/web/workspace/src/providers/auth.tsx +++ b/packages/web/workspace/src/providers/auth.tsx @@ -33,7 +33,7 @@ export const { use: useAuth, provider: AuthProvider } = accounts: {}, }), { - name: "radiant.auth", + name: "sst.auth", }, ); const location = useLocation();