diff --git a/app/http/endpoints/root/callback.go b/app/http/endpoints/root/callback.go index b2211fd..1d7b1f5 100644 --- a/app/http/endpoints/root/callback.go +++ b/app/http/endpoints/root/callback.go @@ -79,7 +79,7 @@ func CallbackHandler(ctx *gin.Context) { return } - fmt.Println(encoded) + fmt.Println(string(encoded)) store.Set("userid", currentUser.Id) store.Set("name", currentUser.Username)