From 3425aa3e5d814e0c6d377a7faa07de6451216be1 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 3 Feb 2016 10:32:37 -0500 Subject: Update user email when switching to SSO --- store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index cfc679706..2aa627734 100644 --- a/store/store.go +++ b/store/store.go @@ -111,7 +111,7 @@ type UserStore interface { UpdateLastActivityAt(userId string, time int64) StoreChannel UpdateUserAndSessionActivity(userId string, sessionId string, time int64) StoreChannel UpdatePassword(userId, newPassword string) StoreChannel - UpdateAuthData(userId, service, authData string) StoreChannel + UpdateAuthData(userId, service, authData, email string) StoreChannel Get(id string) StoreChannel GetProfiles(teamId string) StoreChannel GetByEmail(teamId string, email string) StoreChannel -- cgit v1.2.3-1-g7c22