ju
Browse files
frontend/src/store/reducers/authSlice.js
CHANGED
|
@@ -617,14 +617,7 @@ export const {
|
|
| 617 |
} = authSlice.actions;
|
| 618 |
|
| 619 |
export {
|
| 620 |
-
|
| 621 |
-
loginUser,
|
| 622 |
-
logoutUser,
|
| 623 |
-
getCurrentUser,
|
| 624 |
-
checkCachedAuth,
|
| 625 |
-
autoLogin,
|
| 626 |
-
forgotPassword,
|
| 627 |
-
resetPassword
|
| 628 |
};
|
| 629 |
|
| 630 |
export default authSlice.reducer;
|
|
|
|
| 617 |
} = authSlice.actions;
|
| 618 |
|
| 619 |
export {
|
| 620 |
+
// No additional exports needed - async thunks are already exported as named exports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 621 |
};
|
| 622 |
|
| 623 |
export default authSlice.reducer;
|