From 40cc89d0499a0fb2a5fb5b3ad97573ff06aa883a Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sat, 22 Feb 2025 12:39:29 +0545 Subject: [PATCH] security: replace sensitive credentials with dummy values --- VoiceInk/Services/PolarService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceInk/Services/PolarService.swift b/VoiceInk/Services/PolarService.swift index e5d28c8..12f36bd 100644 --- a/VoiceInk/Services/PolarService.swift +++ b/VoiceInk/Services/PolarService.swift @@ -2,7 +2,7 @@ import Foundation class PolarService { private let organizationId = "6f3d781d-a630-4435-9dba-058486f2d936" - private let apiToken = "polar_pat_U7rxicH_Jn9szpse_kzgmDHRr_gH6UD8AzAFGRGZdbM" + private let apiToken = "API tokey here" private let baseURL = "https://api.polar.sh" struct LicenseValidationResponse: Codable {