mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
done use this.
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Bit.iOS.Autofill
|
|||||||
{
|
{
|
||||||
var err = new NSError(new NSString("ASExtensionErrorDomain"),
|
var err = new NSError(new NSString("ASExtensionErrorDomain"),
|
||||||
Convert.ToInt32(ASExtensionErrorCode.UserInteractionRequired), null);
|
Convert.ToInt32(ASExtensionErrorCode.UserInteractionRequired), null);
|
||||||
this.ExtensionContext.CancelRequest(err);
|
ExtensionContext.CancelRequest(err);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_context.CredentialIdentity = credentialIdentity;
|
_context.CredentialIdentity = credentialIdentity;
|
||||||
|
|||||||
Reference in New Issue
Block a user