mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 03:33:59 +00:00
ios extension autofill fixes
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Bit.iOS.Extension.Models
|
||||
Totp = new Lazy<string>(() => login.Totp?.Decrypt(login.OrganizationId));
|
||||
Fields = new Lazy<List<Tuple<string, string>>>(() =>
|
||||
{
|
||||
if(login.Fields?.Any() ?? true)
|
||||
if(!login.Fields?.Any() ?? true)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user