client/src/selectors/authSelectors.js
changeset 170 7da1d5137b0b
parent 168 ea92f4fe783d
--- 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'])
 
 
+