Skip to content

Commit 9baa11a

Browse files
author
Ives van Hoorne
committed
Fix CLI sign in
1 parent 27672c5 commit 9baa11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/CLI/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CLI extends React.Component {
2222
token={authToken}
2323
loading={isLoadingCLI}
2424
username={user && user.username}
25-
signIn={this.props.signals.sigin}
25+
signIn={this.props.signals.signInClicked}
2626
/>
2727
</Container>
2828
);

0 commit comments

Comments
 (0)