Skip to content

Commit cedfa09

Browse files
No longer prompt user for local network access on app launch on macOS Sequoia
1 parent 1ce2974 commit cedfa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ internal class MacOSVendorSystem: VendorSystem {
202202
}
203203

204204
override var name: String {
205-
return device.hostName
205+
return device.userName
206206
}
207207

208208
override var identifierForVendor: String? {

0 commit comments

Comments
 (0)