mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-01 22:31:10 +00:00
Fix build
This commit is contained in:
@@ -215,7 +215,7 @@ public final class AuthorizationSequenceCodeEntryController: ViewController {
|
||||
self.loginWithCode?(code)
|
||||
}
|
||||
|
||||
func applyConfirmationCode(_ code: Int) {
|
||||
public func applyConfirmationCode(_ code: Int) {
|
||||
self.controllerNode.updateCode("\(code)")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user