Skip to content

Commit

Permalink
allApps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Dec 7, 2023
1 parent b437f19 commit ac53c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class NotifyClient {
self.subscriptionWatcher = subscriptionWatcher
}

public func prepareRegistration(account: Account, domain: String, allApps: Bool = false) async throws -> IdentityRegistrationParams {
public func prepareRegistration(account: Account, domain: String, allApps: Bool = true) async throws -> IdentityRegistrationParams {
return try await identityService.prepareRegistration(account: account, domain: domain, allApps: allApps)
}

Expand Down

0 comments on commit ac53c3c

Please sign in to comment.