Revert "Uses ephemeral session when signing in to Patreon"

This reverts commit c39e9945ca.

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 839a6cc534
commit 6bd3e93bea

View File

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