mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-21 11:20:17 -04:00
tried to set up oauth, need to get authorizationURI into the frontend for display
This commit is contained in:
parent
99291fb37b
commit
6ca547cc98
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user