mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-07-08 13:03:35 +00:00
Make name immutable
This commit is contained in:
@ -6,7 +6,7 @@ extension SmartCard {
|
||||
public struct Secret: SecretKit.Secret {
|
||||
|
||||
public let id: Data
|
||||
public var name: String
|
||||
public let name: String
|
||||
public let publicKey: Data
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user