Skip to content

Commit

Permalink
Restrict interactive login
Browse files Browse the repository at this point in the history
Fixes #662
  • Loading branch information
keeshux committed Oct 23, 2024
1 parent 1a82aea commit b3f1793
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Passepartout/Shared/Shared+App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ extension IAPManager {
static let shared = IAPManager(
customUserLevel: customUserLevel,
receiptReader: KvittoReceiptReader(),
// FIXME: #662, omit unrestrictedFeatures on release!
unrestrictedFeatures: [.interactiveLogin, .sharing],
productsAtBuild: productsAtBuild
)

Expand Down

0 comments on commit b3f1793

Please sign in to comment.