diff --git a/backend/go-app/main.go b/backend/go-app/main.go index a03f7d28..06021b6b 100755 --- a/backend/go-app/main.go +++ b/backend/go-app/main.go @@ -1069,8 +1069,6 @@ func handleInfo(resp http.ResponseWriter, request *http.Request) { activatedAppIds = append(activatedAppIds, app.ID) } - userInfo.ActiveOrg.Branding = org.Branding - returnValue := shuffle.HandleInfo{ Success: true, Username: userInfo.Username,