mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 17:05:30 +00:00
fix(ios): include device identity for operator gateway session
This commit is contained in:
committed by
Mariano Belinky
parent
a779205580
commit
f187cac489
@@ -1858,7 +1858,7 @@ private extension NodeAppModel {
|
||||
clientId: clientId,
|
||||
clientMode: "ui",
|
||||
clientDisplayName: displayName,
|
||||
includeDeviceIdentity: false)
|
||||
includeDeviceIdentity: true)
|
||||
}
|
||||
|
||||
func legacyClientIdFallback(currentClientId: String, error: Error) -> String? {
|
||||
|
||||
Reference in New Issue
Block a user