Skip to content

Commit

Permalink
fix(frontend): remove svcfmtm from loginSlice initialState
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 2, 2024
1 parent a34c8c0 commit 711551b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/store/slices/LoginSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import storage from 'redux-persist/lib/storage';
const LoginSlice = CoreModules.createSlice({
name: 'login',
initialState: {
loginToken: { id: 20386219, username: 'svcfmtm' },
authDetails: { id: 20386219, username: 'svcfmtm' },
loginToken: {},
authDetails: {},
},
reducers: {
SetLoginToken(state, action) {
Expand Down

0 comments on commit 711551b

Please sign in to comment.