This commit is contained in:
Max Goedjen 2025-08-23 18:38:54 -07:00
parent 10198f9e54
commit d42b4ed699
No known key found for this signature in database

View File

@ -129,6 +129,7 @@ extension SmartCard.Store {
state.tokenID = string state.tokenID = string
state.watcher.addRemovalHandler(self.smartcardRemoved, forTokenID: string) state.watcher.addRemovalHandler(self.smartcardRemoved, forTokenID: string)
state.tokenID = string state.tokenID = string
reloadSecretsInternal()
} }
/// Resets the token ID and reloads secrets. /// Resets the token ID and reloads secrets.