mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 06:43:17 +00:00
formatting
This commit is contained in:
@@ -148,7 +148,7 @@ namespace Bit.iOS.Autofill
|
||||
{
|
||||
base.PrepareInterfaceForExtensionConfiguration();
|
||||
var authService = Resolver.Resolve<IAuthService>();
|
||||
if (authService.IsAuthenticated)
|
||||
if(authService.IsAuthenticated)
|
||||
{
|
||||
var task = ASHelpers.ReplaceAllIdentities(Resolver.Resolve<ICipherService>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user