mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 22:33:25 +00:00
build identity store for quick type bar
This commit is contained in:
@@ -147,6 +147,8 @@ namespace Bit.iOS.Autofill
|
||||
public override void PrepareInterfaceForExtensionConfiguration()
|
||||
{
|
||||
base.PrepareInterfaceForExtensionConfiguration();
|
||||
var task = ASHelpers.ReplaceAllIdentities(Resolver.Resolve<ICipherService>());
|
||||
ExtensionContext.CompleteExtensionConfigurationRequest();
|
||||
}
|
||||
|
||||
public void CompleteRequest(string username = null, string password = null, string totp = null)
|
||||
|
||||
Reference in New Issue
Block a user