mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-05 09:01:11 +01:00
done use this.
This commit is contained in:
parent
225b8b8cd8
commit
471871eb2e
@ -101,7 +101,7 @@ namespace Bit.iOS.Autofill
|
||||
{
|
||||
var err = new NSError(new NSString("ASExtensionErrorDomain"),
|
||||
Convert.ToInt32(ASExtensionErrorCode.UserInteractionRequired), null);
|
||||
this.ExtensionContext.CancelRequest(err);
|
||||
ExtensionContext.CancelRequest(err);
|
||||
return;
|
||||
}
|
||||
_context.CredentialIdentity = credentialIdentity;
|
||||
|
Loading…
Reference in New Issue
Block a user