Skip to content

Commit

Permalink
Merge branch 'feature/fg-94' of https://github.com/Fotogjengen/hilfli…
Browse files Browse the repository at this point in the history
…ng-frontend into feature/fg-94
  • Loading branch information
PTB03 committed Mar 14, 2024
2 parents 5ce6bf9 + be63b64 commit 3a8c91f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ It correctly bundles React in production mode and optimizes the build for the be
The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
Expand All @@ -37,4 +35,4 @@ If you aren’t satisfied with the build tool and configuration choices, you can

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
1 change: 0 additions & 1 deletion src/AppRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import ArchiveBossCreateUser from "./components/Arkivsjef/ArchiveBossCreateUser/
import { EditPhotoGangBangers } from "./views/Intern/EditPhotoGangBangers/EditPhotoGangBangers";
import { EditPhotoGangBangersEdit } from "./views/Intern/EditPhotoGangBangers/EditPhotoGangBangersEdit";


const AppRoutes: FC = () => {
const { instance } = useMsal();
const activeAccount = instance.getActiveAccount();
Expand Down
1 change: 0 additions & 1 deletion src/views/Login/AzureLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const AzureLogin: React.FC = () => {
const fetchUserProfile = async () => {
if (activateAccount) {
try {

// Ensure MSAL is initialized
await instance.initialize();
const accessToken = await instance
Expand Down

0 comments on commit 3a8c91f

Please sign in to comment.