Skip to content

Commit

Permalink
Remove deprecated user functionality
Browse files Browse the repository at this point in the history
This has been used in a previous version of the apps but are not in use
anymore.
  • Loading branch information
spaceo committed Aug 17, 2024
1 parent bb95827 commit 4f7864f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 272 deletions.
10 changes: 0 additions & 10 deletions src/apps/adgangsplatformen/auth.dev.jsx

This file was deleted.

113 changes: 0 additions & 113 deletions src/apps/adgangsplatformen/auth.jsx

This file was deleted.

38 changes: 0 additions & 38 deletions src/apps/adgangsplatformen/auth.test.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/core/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
import { persistReducer, persistStore } from "redux-persist";
import storage from "redux-persist/lib/storage/session";
import textReducer from "./text.slice";
import userReducer from "./user.slice";
import modalReducer from "./modal.slice";
import urlReducer from "./url.slice";
import filterReducer from "./filter.slice";
Expand All @@ -37,7 +36,6 @@ export const store = configureStore({
reducer: persistReducer(
persistConfig,
combineReducers({
user: userReducer,
text: textReducer,
modal: modalReducer,
url: urlReducer,
Expand Down
65 changes: 0 additions & 65 deletions src/core/user.js

This file was deleted.

44 changes: 0 additions & 44 deletions src/core/user.slice.js

This file was deleted.

0 comments on commit 4f7864f

Please sign in to comment.