Skip to content

Commit

Permalink
Fix url in LOGIN_RESPONSE
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Jul 30, 2016
1 parent 8de7934 commit 0b376ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/loginRequired.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class LoginRequired extends React.Component {
username: '',
password: ''
})
ipc.send(messages.LOGIN_RESPONSE, this.props.frameProps.get('location'), this.state.username, this.state.password)
ipc.send(messages.LOGIN_RESPONSE, this.detail.url, this.state.username, this.state.password)
windowActions.setLoginRequiredDetail(this.props.frameProps)
}
render () {
Expand Down

0 comments on commit 0b376ed

Please sign in to comment.