Skip to content

Commit

Permalink
Fixing binding of Persona login (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Oct 14, 2016
1 parent 649f668 commit 56b7f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ui/PersonaMenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class extends React.Component {

return (
<OverlayTrigger placement="left" delay={600} overlay={tooltip}>
<NavItem onSelect={this.signIn}>
<NavItem onSelect={() => this.signIn()}>
<Glyphicon glyph="user"/> Sign In with Persona
</NavItem>
</OverlayTrigger>
Expand Down

0 comments on commit 56b7f79

Please sign in to comment.