mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-12-22 04:07:09 +00:00
Make name immutable
This commit is contained in:
parent
6c012e9d24
commit
5e76dd4024
@ -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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user