Revert "Session에 email도 저장해둔다. 필요할때 꺼내줄 api만들 예정"
This reverts commit 2165a4400b.
This commit is contained in:
@ -208,7 +208,6 @@ func (mg *Maingate) platform_twitter_authorize_result(w http.ResponseWriter, r *
|
||||
info.token = token
|
||||
info.secret = secret
|
||||
info.brinfo = brinfo
|
||||
info.email = ""
|
||||
|
||||
mg.setUserToken(info)
|
||||
params := url.Values{}
|
||||
|
||||
Reference in New Issue
Block a user