mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +01:00
Uses ephemeral session when signing in to Patreon
This commit is contained in:
@@ -133,6 +133,7 @@ extension PatreonAPI
|
|||||||
if #available(iOS 13.0, *)
|
if #available(iOS 13.0, *)
|
||||||
{
|
{
|
||||||
self.authenticationSession?.presentationContextProvider = self
|
self.authenticationSession?.presentationContextProvider = self
|
||||||
|
self.authenticationSession?.prefersEphemeralWebBrowserSession = true
|
||||||
}
|
}
|
||||||
|
|
||||||
self.authenticationSession?.start()
|
self.authenticationSession?.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user