Skip to content

Commit 9dbdd32

Browse files
authored
Remove user validation from authentication (#2868)
Signed-off-by: achour94 <[email protected]>
1 parent ed43fc3 commit 9dbdd32

File tree

4 files changed

+5
-52
lines changed

4 files changed

+5
-52
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@emotion/react": "^11.14.0",
1313
"@emotion/styled": "^11.14.0",
14-
"@gridsuite/commons-ui": "0.100.0",
14+
"@gridsuite/commons-ui": "0.101.0",
1515
"@hello-pangea/dnd": "^18.0.1",
1616
"@hookform/resolvers": "^4.0.0",
1717
"@mui/icons-material": "^5.16.14",

src/components/app.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import {
3737
import { getComputedLanguage } from '../utils/language';
3838
import AppTopBar from './app-top-bar';
3939
import { StudyContainer } from './study-container';
40-
import { fetchValidateUser } from '../services/user-admin';
4140
import { fetchConfigParameter, fetchConfigParameters } from '../services/config';
4241
import { fetchDefaultParametersValues, fetchIdpSettings } from '../services/utils';
4342
import { getOptionalServices } from '../services/study/index';
@@ -258,7 +257,6 @@ const App = () => {
258257
dispatch,
259258
initialMatchSilentRenewCallbackUrl != null,
260259
fetchIdpSettings,
261-
fetchValidateUser,
262260
initialMatchSigninCallbackUrl != null
263261
),
264262
error: null,

src/services/user-admin.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)