added server auth and protected routes
This commit is contained in:
@ -6,7 +6,7 @@ const initialState = {
|
||||
filteredCandidates: [],
|
||||
selectedItems: [],
|
||||
currentCandidate: {},
|
||||
auth: true,
|
||||
auth: false,
|
||||
};
|
||||
|
||||
export const outstaffingSlice = createSlice({
|
||||
|
Reference in New Issue
Block a user