1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 09:43:27 +00:00

adjusting cells for vault list view

This commit is contained in:
Kyle Spearrin
2016-06-29 00:34:20 -04:00
parent 2e9410846e
commit 84836fe89b
6 changed files with 23 additions and 13 deletions

View File

@@ -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();
}