From e0a67e5d1e2a655cbdf1ffb3f81bad99794985b5 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Mon, 9 Dec 2024 09:34:56 -0300 Subject: [PATCH] WIP --- .../locals/data/data_sources/locals_local_data_source.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/shared/components/molecules/locals/data/data_sources/locals_local_data_source.dart b/lib/shared/components/molecules/locals/data/data_sources/locals_local_data_source.dart index 439b1ef1..64d78e27 100644 --- a/lib/shared/components/molecules/locals/data/data_sources/locals_local_data_source.dart +++ b/lib/shared/components/molecules/locals/data/data_sources/locals_local_data_source.dart @@ -9,7 +9,6 @@ class LocalsLocalDataSourceImpl { Future unlinkLocal() async { await StorageHelper().set(KeychainStorageKey.clientUUID.value, ''); - await StorageHelper().set(KeychainStorageKey.ownerName.value, ''); await StorageHelper().set(KeychainStorageKey.clientName.value, ''); await StorageHelper().set(KeychainStorageKey.ownerName.value, ''); }