Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #668 from razeware/fix-testflight-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessy Catterwaul authored Apr 4, 2022
2 parents 52d4bc0 + 1edc591 commit 8c351ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emitron/Emitron/Guardpost/Guardpost.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public extension Guardpost {
// This will prevent sharing cookies with Safari, which means no auto-login
// However, it also means that you can actually log out, which is good, I guess.
#if (!DEBUG)
authSession?.prefersEphemeralWebBrowserSession = true
authSession.prefersEphemeralWebBrowserSession = true
#endif

authSession.start()
Expand Down

0 comments on commit 8c351ec

Please sign in to comment.