Skip to content

Commit

Permalink
No longer prompt user for local network access on app launch on macOS…
Browse files Browse the repository at this point in the history
… Sequoia
  • Loading branch information
manavgabhawala committed Sep 18, 2024
1 parent 1ce2974 commit cedfa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ internal class MacOSVendorSystem: VendorSystem {
}

override var name: String {
return device.hostName
return device.userName
}

override var identifierForVendor: String? {
Expand Down

0 comments on commit cedfa09

Please sign in to comment.