diff -r f98efa1bddd1 -r 7da1d5137b0b client/src/selectors/authSelectors.js --- a/client/src/selectors/authSelectors.js Thu Oct 11 11:05:04 2018 +0200 +++ b/client/src/selectors/authSelectors.js Tue Nov 06 16:19:26 2018 +0100 @@ -35,5 +35,7 @@ export const getAutoSubmit = R.prop('autoSubmit') +export const getLoginErrorMessages = R.path(['login', 'errorMessages']) +