mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-22 09:12:17 -05:00
ignore @confirm fields
This commit is contained in:
parent
8fa15e3ba6
commit
41d6b3ac5e
@ -89,7 +89,7 @@ namespace keepass2android
|
||||
|
||||
String type = templateEntry.Strings.ReadSafe("_etm_type_" + fieldName);
|
||||
|
||||
if (type == "Divider")
|
||||
if ((type == "Divider") || (type == "@confirm"))
|
||||
continue;
|
||||
|
||||
bool protectedField = type.StartsWith("Protected");
|
||||
|
Loading…
Reference in New Issue
Block a user