Revert "CEC-2977 Filter portal access based on auth provider (#231)"

This reverts commit f2f046968e.
This commit is contained in:
jwu-fisker
2022-11-08 16:49:10 -08:00
parent f2f046968e
commit 33bfc4fb13
76 changed files with 912 additions and 1316 deletions

View File

@@ -32,8 +32,7 @@
"react-router-hash-link": "^2.4.3",
"react-scripts": "5.0.0",
"usehooks-ts": "^2.7.1",
"web-vitals": "^2.1.4",
"webpack": "^5.74.0"
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "env-cmd -f .env.local react-scripts start",
@@ -52,10 +51,7 @@
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-console": "warn"
}
]
},
"browserslist": [
">0.2%",
@@ -86,4 +82,4 @@
"lcov"
]
}
}
}