Closed edjiang closed 6 years ago
We update the RideRequestViewController to remove dependencies on the old LoginView and use the LoginManager to present the appropriate login flows instead. As you can see, it results in a net reduction of code :)
RideRequestViewController
LoginView
LoginManager
We update the
RideRequestViewController
to remove dependencies on the oldLoginView
and use theLoginManager
to present the appropriate login flows instead. As you can see, it results in a net reduction of code :)