mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 03:40:18 +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:
|
case .set:
|
||||||
break
|
break
|
||||||
case let .notSet(pendingEmail):
|
case let .notSet(pendingEmail):
|
||||||
if pendingEmail == nil {
|
break
|
||||||
|
//intro = pendingEmail == nil
|
||||||
|
/*if pendingEmail == nil {
|
||||||
let controller = TwoFactorAuthSplashScreen(context: context, mode: .intro)
|
let controller = TwoFactorAuthSplashScreen(context: context, mode: .intro)
|
||||||
pushControllerImpl?(controller, true)
|
pushControllerImpl?(controller, true)
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
}
|
}*/
|
||||||
//intro = pendingEmail == nil
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if intro {
|
if intro {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user