Browse Source

alternate id validation changed to not empty

pull/1/head
Amrit Giri 4 years ago
parent
commit
c36095c125
  1. 2
      GME Remit/Modules/RegisterModules/UserAuthentication/NewRegisterStep1/User Interface/View/NewRegisterStep1ViewController.swift

2
GME Remit/Modules/RegisterModules/UserAuthentication/NewRegisterStep1/User Interface/View/NewRegisterStep1ViewController.swift

@ -296,7 +296,7 @@ extension NewRegisterStep1ViewController {
self?.anotherIDImageContainerView.isHidden = false self?.anotherIDImageContainerView.isHidden = false
self?.idNumberTextField.validCondition = { !$0.isEmpty && $0.count == 14 }
self?.idNumberTextField.validCondition = { !$0.isEmpty }//&& $0.count == 14 }
idType.dependent?.forEach { idType.dependent?.forEach {
switch $0 { switch $0 {

Loading…
Cancel
Save