summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Login.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/Login.js b/app/components/Login.js
index 7c1c32ba05..43cccf3f69 100644
--- a/app/components/Login.js
+++ b/app/components/Login.js
@@ -8,6 +8,7 @@ export default class Login extends Component {
static propTypes = {
user: PropTypes.object.isRequired,
onLogin: PropTypes.func.isRequired,
+ onSettings: PropTypes.func.isRequired,
onChange: PropTypes.func.isRequired,
onFirstChangeAfterFailure: PropTypes.func.isRequired,
onExternalLink: PropTypes.func.isRequired,
@@ -133,7 +134,7 @@ export default class Login extends Component {
return (
<Layout>
- <Header />
+ <Header showSettings={ true } onSettings={ this.props.onSettings } />
<Container>
<div className="login">
<div className="login-form">