Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Fix url in LOGIN_RESPONSE #2822

Merged
merged 1 commit into from
Jul 31, 2016
Merged

Fix url in LOGIN_RESPONSE #2822

merged 1 commit into from
Jul 31, 2016

Conversation

darkdh
Copy link
Member

@darkdh darkdh commented Jul 30, 2016

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Ran git rebase -i to squash commits if needed.

fix #2807

@darkdh darkdh added this to the 0.11.2dev milestone Jul 30, 2016
@@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is this.detail set?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nevermind I see the property, thanks.

@bbondy bbondy merged commit 41d4405 into brave:master Jul 31, 2016
@darkdh darkdh deleted the 2807 branch August 4, 2016 15:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login problem on browserspy.dk/password.php
2 participants