mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 09:43:27 +00:00
Cipher api repository and various sync operations from push notifications.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Bit.App.Models.Page
|
||||
Id = site.Id;
|
||||
FolderId = folderId;
|
||||
Name = site.Name?.Decrypt();
|
||||
Username = site.Username?.Decrypt() ?? " ";
|
||||
Username = site.Username?.Decrypt();
|
||||
Password = site.Password?.Decrypt();
|
||||
Uri = site.Uri?.Decrypt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user