diff --git a/web/templates/head.html b/web/templates/head.html
index e1f2fe43f3..a65a285664 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -62,7 +62,6 @@
createdAt: user.create_at,
username: user.username,
team_id: user.team_id,
- team_domain: window.getSubDomain(),
id: user.id
});
}