mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-15 18:59:54 +00:00
Temporarily disable updated password setup UI
This commit is contained in:
parent
3beebbf3ce
commit
d7d2a2baeb
@ -641,14 +641,14 @@ public func privacyAndSecurityController(context: AccountContext, initialSetting
|
||||
case .set:
|
||||
break
|
||||
case let .notSet(pendingEmail):
|
||||
if pendingEmail == nil {
|
||||
break
|
||||
//intro = pendingEmail == nil
|
||||
/*if pendingEmail == nil {
|
||||
let controller = TwoFactorAuthSplashScreen(context: context, mode: .intro)
|
||||
pushControllerImpl?(controller, true)
|
||||
} else {
|
||||
|
||||
}
|
||||
//intro = pendingEmail == nil
|
||||
return
|
||||
}*/
|
||||
}
|
||||
}
|
||||
if intro {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user