From d17a278a8c56d256b80f242ec154447a8b6be9ff Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 4 Jan 2017 15:30:51 +1300 Subject: [PATCH] Mention user.id that is being shared --- src/js/components/Modal/SendAuthorizationModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/components/Modal/SendAuthorizationModal.js b/src/js/components/Modal/SendAuthorizationModal.js index 31e4d8e8..f68842fa 100755 --- a/src/js/components/Modal/SendAuthorizationModal.js +++ b/src/js/components/Modal/SendAuthorizationModal.js @@ -34,7 +34,7 @@ class SendAuthorizationModal extends React.Component{ return (

Share Spotify authentication

-

Send your authentication tokens to another client. When the recipient client imports this, their Iris will have full access to your Spotify account.

+

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}).

{ this.props.connections.map( (connection, index) => {