mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
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:
@@ -133,7 +133,6 @@ extension PatreonAPI
|
||||
if #available(iOS 13.0, *)
|
||||
{
|
||||
self.authenticationSession?.presentationContextProvider = self
|
||||
self.authenticationSession?.prefersEphemeralWebBrowserSession = true
|
||||
}
|
||||
|
||||
self.authenticationSession?.start()
|
||||
|
||||
Reference in New Issue
Block a user