1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 11:13:49 +00:00

domains and cipherview

This commit is contained in:
Kyle Spearrin
2019-04-13 22:53:20 -04:00
parent d136eee224
commit f228758fb7
8 changed files with 270 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ namespace Bit.Core.Models.Domain
return DecryptObjAsync(new IdentityView(this), this, _map, orgId);
}
public IdentityData ToLoginUriData()
public IdentityData ToIdentityData()
{
var i = new IdentityData();
BuildDataModel(this, i, _map);