From 8044171e8c4014d741f3af19fb0e0352882630fd Mon Sep 17 00:00:00 2001 From: Dot-Rar Date: Sun, 1 Mar 2020 12:53:28 +0000 Subject: [PATCH] debug --- app/http/endpoints/root/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)