Skip to content

Commit 27672c5

Browse files
author
Ives van Hoorne
committed
Clean CLI code
1 parent 36c65dc commit 27672c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ class CLI extends React.Component {
1111
this.props.signals.cliMounted();
1212
}
1313

14-
componentDidUpdate(prevProps) {
15-
if (prevProps.store.user == null && this.props.store.user != null) {
16-
this.props.signals.requestAuthorisation();
17-
}
18-
}
19-
2014
render() {
2115
const { user, authToken, isLoadingCLI, error } = this.props.store;
2216

0 commit comments

Comments
 (0)