security: replace sensitive credentials with dummy values
This commit is contained in:
parent
e58590f731
commit
40cc89d049
@ -2,7 +2,7 @@ import Foundation
|
|||||||
|
|
||||||
class PolarService {
|
class PolarService {
|
||||||
private let organizationId = "6f3d781d-a630-4435-9dba-058486f2d936"
|
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"
|
private let baseURL = "https://api.polar.sh"
|
||||||
|
|
||||||
struct LicenseValidationResponse: Codable {
|
struct LicenseValidationResponse: Codable {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user