Skip to content

Commit

Permalink
add e.g. email to login
Browse files Browse the repository at this point in the history
  • Loading branch information
danwild committed Aug 17, 2017
1 parent 21653b6 commit 3056a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/client/src/components/login-select/LoginSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class LoginSelect extends React.Component {
<span className="label">Logged in as:</span>
<ButtonDropdown isOpen={this.state.dropdownOpen} toggle={this.toggle} className="btn-info">
<DropdownToggle caret>
[email protected]
[email protected]
</DropdownToggle>
<DropdownMenu>
<DropdownItem>Settings <Icon name="cog" /></DropdownItem>
Expand Down

0 comments on commit 3056a09

Please sign in to comment.