From e5f8ba817a581b1e611e3c7d024bac86f0db3971 Mon Sep 17 00:00:00 2001 From: Jack Bisceglia <57922742+jackbisceglia@users.noreply.github.com> Date: Sun, 2 Feb 2025 22:44:21 -0500 Subject: [PATCH] fix: auth clientId typo Just noticed this when reading over the openauth spa implementation and noticed the name was radiant not sst. disclaimer, I didn't really double-check to see if this was/wasn't intended, but guessing a copy/paste? --- packages/web/workspace/src/providers/auth.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();