Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil307 authored Jul 24, 2023
1 parent aa36ceb commit 42e1f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<BrowserRouter>
<Auth0Provider
domain={String(import.meta.env.VITE_AUTH0_DOMAIN)}
clientId={String(import.meta.env.VITE_AUTH0_CLIENT_ID)}
domain="dev-txpc5harm481cb6o.us.auth0.com"
clientId="fOB3CWsgCnNLI5q7OMWe9DfWaAXOme2o"
authorizationParams={{
redirect_uri: window.location.origin,
}}
Expand Down

0 comments on commit 42e1f8f

Please sign in to comment.