mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 09:43:27 +00:00
Added username/password copy options to extension when no password field is detected on the page details intitiated from.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Bit.iOS.Extension.Models
|
||||
{
|
||||
@@ -13,6 +14,7 @@ namespace Bit.iOS.Extension.Models
|
||||
public Dictionary<string, Form> Forms { get; set; }
|
||||
public List<Field> Fields { get; set; }
|
||||
public long CollectedTimestamp { get; set; }
|
||||
public bool HasPasswordField => Fields.Any(f => f.Type == "password");
|
||||
|
||||
public class Form
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user