Correct git signature logic
This commit is contained in:
parent
2f790d7923
commit
649d709369
6 changed files with 28 additions and 35 deletions
|
|
@ -26,6 +26,9 @@ class Globals {
|
|||
static let passwordDefaultLength = ["Random": (min: 6, max: 24, def: 16),
|
||||
"Apple": (min: 15, max: 15, def: 15)]
|
||||
|
||||
static let gitSignatureDefaultName = "Pass for iOS"
|
||||
static let gitSignatureDefaultEmail = "user@passforios"
|
||||
|
||||
static let passwordDots = "••••••••••••"
|
||||
static let oneTimePasswordDots = "••••••"
|
||||
static let passwordFonts = "Menlo"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue