BadhanGanesh / BJOTPViewController

Entering OTP made simpler.
MIT License
45 stars 8 forks source link

Unexpectedly found nil #13

Closed hmdalmulim closed 2 years ago

hmdalmulim commented 2 years ago

after received OTP i got BJOTPViewController/BJOTPViewController.swift:305: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value

@objc public var authenticateButtonTitle: String = "AUTHENTICATE" { willSet { self.authenticateButton.setTitle(newValue, for: .normal) } } and App was stopped

BadhanGanesh-HappyFox commented 2 years ago

@hmdalmulim Thanks for reporting. This will be fixed in the next release - v2.6.0.

Edit: The issue is fixed in the above-mentioned release. LIVE now.