This commit is contained in:
Dot-Rar 2020-03-01 12:53:28 +00:00
parent ecf918a2a4
commit 8044171e8c

View File

@ -79,7 +79,7 @@ func CallbackHandler(ctx *gin.Context) {
return return
} }
fmt.Println(encoded) fmt.Println(string(encoded))
store.Set("userid", currentUser.Id) store.Set("userid", currentUser.Id)
store.Set("name", currentUser.Username) store.Set("name", currentUser.Username)