Fix the AutoFill issue when no identifier presented
This commit is contained in:
parent
05a3fa8d9f
commit
6280b1522b
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class CredentialProvider {
|
|||
return
|
||||
}
|
||||
guard let credentialIdentity = provideCredentialIdentity(for: self.identifier, user: credential.user, recordIdentifier: passwordPath) else {
|
||||
self.extensionContext?.completeRequest(withSelectedCredential: credential)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue