Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
G authored and G committed Mar 6, 2022
2 parents 4f314f7 + e892885 commit d8a7876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public func passcodeOptionsAccessController(context: AccountContext, animateIn:
|> map { challenge -> ViewController? in
if case .none = challenge {
let controller = PrivacyIntroController(context: context, mode: .passcode, proceedAction: {
let setupController = PasscodeSetupController(context: context, mode: .setup(change: false, allowChangeType: false, .digits6))
let setupController = PasscodeSetupController(context: context, mode: .setup(change: false, allowChangeType: true, .digits6))
setupController.complete = { passcode, numerical in
let _ = (context.sharedContext.accountManager.transaction({ transaction -> Void in
var data = transaction.getAccessChallengeData()
Expand Down

0 comments on commit d8a7876

Please sign in to comment.