tried to set up oauth, need to get authorizationURI into the frontend for display

This commit is contained in:
Nitin Kanchinadam 2021-07-02 20:35:57 -04:00
parent 99291fb37b
commit 6ca547cc98

View File

@ -7,7 +7,7 @@ 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>
<a href="">Login Link for Testing Oauth</a>
<div style={{ padding: '1rem' }}>
<BrowserRouter>
<Switch>