commit on 'main'

This commit is contained in:
Nitin Kanchinadam 2021-07-01 14:10:49 -04:00
parent 12c0f9d32f
commit fcaac3d419

View File

@ -6,6 +6,8 @@ const Group = lazy(() => import('./Group'));
export default function App() {
return (
<>
<a href="https://ion.tjhsst.edu/oauth/authorize?response_type=code&client_id=ojfWWAyRyfTpNB4tNUKjcYTVytpi7moNt21M857O">Login Link for Testing Oauth</a>
<div style={{ padding: '1rem' }}>
<BrowserRouter>
<Switch>
@ -16,5 +18,6 @@ export default function App() {
</Switch>
</BrowserRouter>
</div>
</>
);
}