2
0
sunguroku 5 жил өмнө
parent
commit
d8df814eb0

+ 1 - 1
server/api/oauth_github_handler.go

@@ -136,7 +136,7 @@ func (app *App) HandleGithubOAuthCallback(w http.ResponseWriter, r *http.Request
 			UserId: fmt.Sprintf("%v", user.ID),
 			Traits: segment.NewTraits().
 				SetEmail(user.Email).
-				Set("github", "false"),
+				Set("github", "true"),
 		})
 
 		client.Enqueue(segment.Track{