remove brading from userinfo

This commit is contained in:
lalitdeore12@gmail.com
2025-05-20 14:17:38 +05:30
parent 3544562eea
commit 1eaad4e9be
-2
View File
@@ -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,