From c2c5e7ff5cf28280080d63f2c9cf9b4f260d7bc3 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 25 Mar 2015 11:46:23 +0100 Subject: [PATCH] Use token from currentUser on profile accounts list --- app/templates/profile/accounts.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/profile/accounts.hbs b/app/templates/profile/accounts.hbs index fbf46e11..e35f69d3 100644 --- a/app/templates/profile/accounts.hbs +++ b/app/templates/profile/accounts.hbs @@ -7,7 +7,7 @@

{{userName}}

Repositories {{user.reposCount}}

-

Token: {{user.token}}

+

Token: {{auth.currentUser.token}}