Revert "Uses ephemeral session when signing in to Patreon"

This reverts commit 9c2985825e.

Reverted because users might not be able to complete the login flow after verifying their emails.
This commit is contained in:
Riley Testut
2019-10-28 13:39:58 -07:00
parent 35d0ba85f6
commit f9b3a28e4e

View File

@@ -133,7 +133,6 @@ extension PatreonAPI
if #available(iOS 13.0, *)
{
self.authenticationSession?.presentationContextProvider = self
self.authenticationSession?.prefersEphemeralWebBrowserSession = true
}
self.authenticationSession?.start()