Mention user.id that is being shared

This commit is contained in:
James Barnsley
2017-01-04 15:30:51 +13:00
parent 153303094b
commit d17a278a8c

View File

@ -34,7 +34,7 @@ class SendAuthorizationModal extends React.Component{
return (
<div>
<h4 className="no-bottom-padding">Share Spotify authentication</h4>
<h3 className="grey-text">Send your authentication tokens to another client. When the recipient client imports this, their Iris will have full access to your Spotify account.</h3>
<h3 className="grey-text">Send your authentication tokens to another client. When the recipient client imports this, their Iris will have full access to your Spotify account ({this.props.me.id}).</h3>
<div className="list pusher-connection-list">
{
this.props.connections.map( (connection, index) => {