Forgotten public

This commit is contained in:
Alexey Gerasimov 2018-10-22 16:28:40 +03:00
parent aec1b23df7
commit d8285db06f
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ open class BasePassCodeViewController: UIViewController, LegacyConfigurableContr
}
/// Show biometrics system UI if applicable
func showBiometricsRequestIfNeeded() {
public func showBiometricsRequestIfNeeded() {
guard viewModel.isBiometricsEnabled && viewModel.operationType == .enter else {
return
}