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
|
return
|
||||||
}
|
}
|
||||||
guard let credentialIdentity = provideCredentialIdentity(for: self.identifier, user: credential.user, recordIdentifier: passwordPath) else {
|
guard let credentialIdentity = provideCredentialIdentity(for: self.identifier, user: credential.user, recordIdentifier: passwordPath) else {
|
||||||
|
self.extensionContext?.completeRequest(withSelectedCredential: credential)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue