Skip to content

Commit 2c7aff3

Browse files
committed
fix: define user in SignInScreen
1 parent 31753ec commit 2c7aff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/signin/SignInScreen.js

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ const mapStateToProps = ({ authentication }) => ({
224224
lang: authentication.getIn(['user', 'settings', 'lang']) || DEFAULT_LANGUAGE,
225225
authenticated: authentication.getIn(['authenticated']) === AUTHENTICATED,
226226
actionsEnabled: authentication.getIn(['user', 'settings', 'actionsEnabled']),
227+
user: authentication.getIn(['user']),
227228
});
228229

229230
const mapDispatchToProps = {

0 commit comments

Comments
 (0)