Revert "Session에 email도 저장해둔다. 필요할때 꺼내줄 api만들 예정"

This reverts commit 2165a4400b.
This commit is contained in:
2024-01-09 15:31:15 +09:00
parent 2165a4400b
commit bc82cb123c
8 changed files with 0 additions and 19 deletions

View File

@ -53,7 +53,6 @@ func (mg *Maingate) platform_steamsdk_authorize(w http.ResponseWriter, r *http.R
info.brinfo = brinfo
//info.accesstoken = respReferesh.AccessToken
info.accesstoken_expire_time = acceestoken_expire_time
info.email = ""
mg.setUserToken(info)
params := url.Values{}