From f934274949831d24dad7c31270e04b211f891e3c Mon Sep 17 00:00:00 2001 From: Marat Al Date: Sat, 13 Jan 2024 20:22:05 +0100 Subject: [PATCH] Tmp commit. --- Source/ARTLocalDevice.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ARTLocalDevice.m b/Source/ARTLocalDevice.m index 2153e3bbe..49917f67f 100644 --- a/Source/ARTLocalDevice.m +++ b/Source/ARTLocalDevice.m @@ -117,7 +117,7 @@ - (void)setupDetailsWithClientId:(NSString *)clientId { self.secret = deviceSecret; self.clientId = clientId; - [_storage setObject:clientId forKey:ARTClientIdKey]; +// [_storage setObject:clientId forKey:ARTClientIdKey]; } - (void)resetDetails {