Polish code about edit/add passwords
This commit is contained in:
parent
56edfcfb9c
commit
5116cd4f3d
5 changed files with 54 additions and 95 deletions
|
|
@ -24,8 +24,8 @@ class Globals {
|
|||
static let red = UIColor(red:1.00, green:0.23, blue:0.19, alpha:1.0)
|
||||
static let blue = UIColor(red:0.00, green:0.48, blue:1.00, alpha:1.0)
|
||||
|
||||
static let passwordMaximumLength = 64
|
||||
static let passwordDefaultLength = 16
|
||||
static let passwordMaximumLength = 32
|
||||
static let passwordDefaultLength = 16
|
||||
|
||||
private init() { }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue