mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 17:43:17 +00:00
name short
This commit is contained in:
@@ -187,6 +187,7 @@ namespace Bit.App.Models.Page
|
||||
}
|
||||
|
||||
public string Name { get; set; }
|
||||
public string NameShort => string.IsNullOrWhiteSpace(Name) || Name.Length == 0 ? "-" : Name[0].ToString();
|
||||
}
|
||||
|
||||
public class GroupingOrCipher
|
||||
|
||||
Reference in New Issue
Block a user