fix(ios): include device identity for operator gateway session

This commit is contained in:
Nimrod Gutman
2026-02-16 16:50:57 +02:00
committed by Mariano Belinky
parent a779205580
commit f187cac489

View File

@@ -1858,7 +1858,7 @@ private extension NodeAppModel {
clientId: clientId,
clientMode: "ui",
clientDisplayName: displayName,
includeDeviceIdentity: false)
includeDeviceIdentity: true)
}
func legacyClientIdFallback(currentClientId: String, error: Error) -> String? {