mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +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, *)
|
||||
{
|
||||
self.authenticationSession?.presentationContextProvider = self
|
||||
self.authenticationSession?.prefersEphemeralWebBrowserSession = true
|
||||
}
|
||||
|
||||
self.authenticationSession?.start()
|
||||
|
||||
Reference in New Issue
Block a user