mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00

Give full responsibility for API calls to the AuthenticationViewModel. Give (nearly) full responsibility for UI flow of the signup/log in experience to the WelcomeViewController. Transition more APIService functions to async await. Remove unnecessary AppContext vars. Update helpful text on Log In screen. Contributes to iOS-321