mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 11:03:54 +00:00
updates
This commit is contained in:
@@ -39,9 +39,9 @@ namespace Bit.App.Models
|
||||
public CipherString Password { get; set; }
|
||||
public CipherString Notes { get; set; }
|
||||
|
||||
public SiteData ToSiteData()
|
||||
public SiteData ToSiteData(string userId)
|
||||
{
|
||||
return new SiteData(this);
|
||||
return new SiteData(this, userId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user