mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
Enable Encrypted json export of vaults (#1174)
* Enable Encrypted json export of vaults * Match jslib export of non-org ciphers * Clean up export * Update src/App/Pages/Settings/ExportVaultPage.xaml.cs Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com> Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan> Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,12 @@ namespace Bit.Core.Models.Export
|
||||
Uri = obj.Uri;
|
||||
}
|
||||
|
||||
public LoginUri(Domain.LoginUri obj)
|
||||
{
|
||||
Match = obj.Match;
|
||||
Uri = obj.Uri?.EncryptedString;
|
||||
}
|
||||
|
||||
public UriMatchType? Match { get; set; }
|
||||
public string Uri { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user