Skip to content

Commit

Permalink
u2222
Browse files Browse the repository at this point in the history
  • Loading branch information
diablo1408 committed Dec 31, 2020
1 parent 46d4b14 commit 1488ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/Register/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,9 @@ const mapStateToProps = (state) => {
return {
userData: state.auth.userData,
loggedIn: state.auth.loggedIn,

authMessage: state.auth.authMessage,


};
};
Expand Down

0 comments on commit 1488ade

Please sign in to comment.