Skip to content

Commit

Permalink
oppdatert Azure/msal/browser
Browse files Browse the repository at this point in the history
  • Loading branch information
PTB03 committed Mar 14, 2024
1 parent 83396c7 commit 5ce6bf9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 21 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@auth0/auth0-react": "^1.11.0",
"@azure/msal-browser": "^3.6.0",
"@azure/msal-browser": "^3.10.0",
"@azure/msal-react": "^2.0.8",
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.10.4",
Expand Down
2 changes: 1 addition & 1 deletion src/AppRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AppRoutes: FC = () => {

return (
<Box sx={{ m: "1rem" }}>
<Routes>
<Routes>
<Route path="/" element={<App />} />
<Route path="/motive/:id" element={<MotiveHeader />} />
<Route path="/about" element={<About />} />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import React, { useState } from "react";
import { useMsal } from "@azure/msal-react";
import { Button, Paper, FormControl, FormLabel, TextField } from "@mui/material";
import styles from "./ArchiveBossCreateUser.module.css"
Expand Down Expand Up @@ -139,7 +139,5 @@ const ArchiveBossCreateUser = () => {
};

export default ArchiveBossCreateUser;
function useErrorBoundary(): { didCatch: any; error: any; errorInfo: any; } {
throw new Error("Function not implemented.");
}


0 comments on commit 5ce6bf9

Please sign in to comment.