mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
Reactor rename Sites => Logins
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Bit.App.Models.Data
|
||||
throw new ArgumentException(nameof(cipher.Type));
|
||||
}
|
||||
|
||||
var data = cipher.Data.ToObject<SiteDataModel>();
|
||||
var data = cipher.Data.ToObject<LoginDataModel>();
|
||||
|
||||
Id = cipher.Id;
|
||||
UserId = userId;
|
||||
|
||||
Reference in New Issue
Block a user