Remove todo.

This commit is contained in:
Max Goedjen 2021-11-07 12:25:40 -08:00 committed by GitHub
parent de33b8f038
commit 2ae2e669cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ extension SmartCard {
public class Store: SecretStore {
// TODO: Read actual smart card name, eg "YubiKey 5c"
@Published public var isAvailable: Bool = false
public let id = UUID()
public private(set) var name = NSLocalizedString("Smart Card", comment: "Smart Card")