[WIP] Email authorization

This commit is contained in:
Ilya Laktyushin
2022-08-13 01:11:48 +03:00
parent e795194a8f
commit aea7e12813
36 changed files with 3416 additions and 2385 deletions

View File

@@ -121,7 +121,7 @@ final class AuthorizationSequencePasswordEntryController: ViewController {
@objc func nextPressed() {
if self.controllerNode.currentPassword.isEmpty {
hapticFeedback.error()
self.hapticFeedback.error()
self.controllerNode.animateError()
} else {
self.loginWithPassword?(self.controllerNode.currentPassword)