From e934b6314a9dc03ec0876f3317bb9d574952d402 Mon Sep 17 00:00:00 2001 From: Mumthasir mohammed <> Date: Tue, 14 Nov 2023 18:04:20 +0530 Subject: [PATCH] Change AppName to 'Data4Diabetes' --- PrivacyDashboardiOS/Classes/Constatnts/Constant.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrivacyDashboardiOS/Classes/Constatnts/Constant.swift b/PrivacyDashboardiOS/Classes/Constatnts/Constant.swift index e39d312..3a992af 100644 --- a/PrivacyDashboardiOS/Classes/Constatnts/Constant.swift +++ b/PrivacyDashboardiOS/Classes/Constatnts/Constant.swift @@ -32,7 +32,7 @@ struct Constant { } struct AppSetupConstant { static let KSavingUSerInfoUserDefaultKey = "UserSession" - static let KAppName = "PrivacyDashboardiOS" + static let KAppName = "Data4Diabetes" static let KTokenExpired = "Invalid token, Authorization failed" }