Fix build

This commit is contained in:
Ilya Laktyushin 2022-11-27 21:51:30 +04:00
parent a5455b7e1a
commit b8a7ca4de1

View File

@ -215,7 +215,7 @@ public final class AuthorizationSequenceCodeEntryController: ViewController {
self.loginWithCode?(code) self.loginWithCode?(code)
} }
func applyConfirmationCode(_ code: Int) { public func applyConfirmationCode(_ code: Int) {
self.controllerNode.updateCode("\(code)") self.controllerNode.updateCode("\(code)")
} }
} }