Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Feb 2, 2023
1 parent fda4e40 commit 01b4f0e
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -200,13 +200,13 @@ public final class LoginToutViewController: UIViewController, MFMailComposeViewC
AppEnvironment.login(accessTokenEnv)

/** FIXME: Not releasing this yet - re-test functionality as it failed regression testing on release-5.6.1 (see confluence regression testing document)
guard featureFacebookLoginDeprecationEnabled(),
let needsPassword = accessTokenEnv.user.needsPassword,
needsPassword else {
strongSelf.pushSetYourPasswordViewController()
guard featureFacebookLoginDeprecationEnabled(),
let needsPassword = accessTokenEnv.user.needsPassword,
needsPassword else {
strongSelf.pushSetYourPasswordViewController()
return
}
return
}
*/

strongSelf.viewModel.inputs.environmentLoggedIn()
Expand Down

0 comments on commit 01b4f0e

Please sign in to comment.