From 868ca1ccc90b719440e51c8bf182bcff287cfc9d Mon Sep 17 00:00:00 2001 From: Dimitri Bouniol Date: Mon, 16 Dec 2024 06:08:33 -0800 Subject: [PATCH] Fixed a failure logging in to acme services --- Sources/AcmeSwift/Models/Account/AcmeAccountInfo.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/AcmeSwift/Models/Account/AcmeAccountInfo.swift b/Sources/AcmeSwift/Models/Account/AcmeAccountInfo.swift index 086496f..6f36e9d 100644 --- a/Sources/AcmeSwift/Models/Account/AcmeAccountInfo.swift +++ b/Sources/AcmeSwift/Models/Account/AcmeAccountInfo.swift @@ -18,9 +18,6 @@ public struct AcmeAccountInfo: Codable, Sendable { /// The contact entries. public let contact: [String] - /// Source IP (as seen by the ACME servers) from which the Account was created. - public let initialIp: String - /// Date when the Account was created. public let createdAt: String