From fcaac3d419ca7cd0a8fe5cdb20448f057543cac1 Mon Sep 17 00:00:00 2001 From: Nitin Kanchinadam Date: Thu, 1 Jul 2021 14:10:49 -0400 Subject: [PATCH] commit on 'main' --- src/components/NewUI/App.tsx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/components/NewUI/App.tsx b/src/components/NewUI/App.tsx index 889b3ba..86e601e 100644 --- a/src/components/NewUI/App.tsx +++ b/src/components/NewUI/App.tsx @@ -6,15 +6,18 @@ const Group = lazy(() => import('./Group')); export default function App() { return ( -
- - - - - - - - -
+ <> + Login Link for Testing Oauth +
+ + + + + + + + +
+ ); }