tweak to auth

This commit is contained in:
2023-11-09 12:31:53 +00:00
parent ef1f773022
commit 6a927155bc
4 changed files with 41 additions and 15 deletions
+1
View File
@@ -108,6 +108,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
const mapStateToProps = (state) => {
return {
accountDetails: state.accountDetails,
search: state.search,
searchResultsObj: state.searchResultsObj,
formData: state.formData,