Feat/dashboard (#105)

This commit is contained in:
Lakhan Samani
2022-01-17 11:32:13 +05:30
committed by GitHub
parent 7ce96367a3
commit f1b4141367
120 changed files with 3381 additions and 3044 deletions

View File

@@ -42,7 +42,11 @@ export default function App() {
<BrowserRouter>
<AuthorizerProvider
config={{
<<<<<<< HEAD
authorizerURL: window.location.origin,
=======
authorizerURL: globalState.authorizerURL,
>>>>>>> main
redirectURL: globalState.redirectURL,
}}
>