Refactor core data classes (#671)
This commit is contained in:
parent
ab453580ad
commit
d1de81d919
24 changed files with 605 additions and 433 deletions
|
|
@ -73,6 +73,6 @@ class CredentialProviderViewController: ASCredentialProviderViewController {
|
|||
|
||||
extension CredentialProviderViewController: PasswordSelectionDelegate {
|
||||
func selected(password: PasswordTableEntry) {
|
||||
credentialProvider.persistAndProvideCredentials(with: password.passwordEntity.getPath())
|
||||
credentialProvider.persistAndProvideCredentials(with: password.passwordEntity.path)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue