Skip to content

Commit

Permalink
commented out fb password reset screen because the functionality didn…
Browse files Browse the repository at this point in the history
…'t make sense at time of writing.
  • Loading branch information
msadoon committed Feb 2, 2023
1 parent f242925 commit fda4e40
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -199,13 +199,15 @@ 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()
return
}
*/

strongSelf.viewModel.inputs.environmentLoggedIn()
}
Expand Down

0 comments on commit fda4e40

Please sign in to comment.