From 185c67d9503ff926a21348b5d704bb987ad51279 Mon Sep 17 00:00:00 2001 From: Yaman Qalieh Date: Sat, 17 Sep 2016 21:35:51 -0400 Subject: [PATCH] change prof pic on profile --- hourglass/client/profile/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hourglass/client/profile/profile.js b/hourglass/client/profile/profile.js index 5c5c41e..ba990ad 100644 --- a/hourglass/client/profile/profile.js +++ b/hourglass/client/profile/profile.js @@ -70,7 +70,7 @@ Template.profile.helpers({ return Session.get("user").banner; }, avatar() { // Returns avatar - return Session.get("user").avatar; + return Meteor.user().services.google.picture; }, username() { //Returns current user's username return Session.get("user").name;