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

Commit

Permalink
Merge pull request #6857 from cezaraugusto/ui/dialog/6855
Browse files Browse the repository at this point in the history
Add cancel option for Basic Auth Login
  • Loading branch information
bsclifton authored Jan 25, 2017
2 parents 238cfd3 + 35f1555 commit 81d906f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/components/loginRequired.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class LoginRequired extends React.Component {
: null
}
<div className='formRow'>
<Button l10nId='cancel' className='primaryButton whiteButton' onClick={this.onClose} />
<Button l10nId='ok' className='primaryButton' onClick={this.onSave.bind(this)} />
</div>
</div>
Expand Down

0 comments on commit 81d906f

Please sign in to comment.