Polish codes about password details
- in Password.swift: allow get otpType - in PasswordDetailTableVC.swift: make many things private - in LabelTableViewCell: remove password and password entity - in Globals: add password dots and fonts
This commit is contained in:
parent
131c3af873
commit
93901ec010
4 changed files with 117 additions and 96 deletions
|
|
@ -28,6 +28,9 @@ class Globals {
|
|||
static let passwordMaximumLength = 24
|
||||
static let passwordDefaultLength = 16
|
||||
|
||||
static let passwordDots = "••••••••••••"
|
||||
static let passwordFonts = "Menlo"
|
||||
|
||||
private init() { }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue