From 6ca547cc98a4117bf3e0b4f119159e55b9923d0b Mon Sep 17 00:00:00 2001 From: Nitin Kanchinadam Date: Fri, 2 Jul 2021 20:35:57 -0400 Subject: [PATCH] tried to set up oauth, need to get authorizationURI into the frontend for display --- src/components/NewUI/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NewUI/App.tsx b/src/components/NewUI/App.tsx index 86e601e..b511180 100644 --- a/src/components/NewUI/App.tsx +++ b/src/components/NewUI/App.tsx @@ -7,7 +7,7 @@ const Group = lazy(() => import('./Group')); export default function App() { return ( <> - Login Link for Testing Oauth + Login Link for Testing Oauth