Revize ccb721de
Přidáno uživatelem Michal Schwob před více než 1 rok
src/stores/reducers/userSlice.ts | ||
---|---|---|
57 | 57 |
builder.addCase(checkAuth.rejected, (state, action) => { |
58 | 58 |
state.lastError = action.error.message |
59 | 59 |
state.checkedAuth = true |
60 |
state.loggedIn = false |
|
60 | 61 |
}) |
61 | 62 |
builder.addCase(logout.fulfilled, (state, action) => initialState) |
62 | 63 |
} |
Také k dispozici: Unified diff
FIX: checkAuth on homepage added
re #10896