mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-26 21:27:40 -05:00
Don't sanitize company name out of license (#5001)
This commit is contained in:
committed by
Harrison Healey
parent
16c3915d1a
commit
280e3aac2b
@@ -168,7 +168,6 @@ func GetSanitizedClientLicense() map[string]string {
|
||||
if IsLicensed {
|
||||
delete(sanitizedLicense, "Name")
|
||||
delete(sanitizedLicense, "Email")
|
||||
delete(sanitizedLicense, "Company")
|
||||
delete(sanitizedLicense, "PhoneNumber")
|
||||
delete(sanitizedLicense, "IssuedAt")
|
||||
delete(sanitizedLicense, "StartsAt")
|
||||
|
||||
Reference in New Issue
Block a user