Skip to content

Commit

Permalink
topcoderinc#37 add provider name to provider login at top of banner
Browse files Browse the repository at this point in the history
  • Loading branch information
muzehyun committed Jan 9, 2017
1 parent 31f97b4 commit 19551c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function Header({
hideUserDropdown = dropdown.hide;
}
}}
title={<span>Welcome,<br />{user.name}</span>}
title={<span>Welcome,<br />{user.firstName} {user.lastName}<br />{user.provider.name}</span>}
>
<ul>
<li>
Expand Down

0 comments on commit 19551c4

Please sign in to comment.