Skip to content

Commit

Permalink
fix: error with closure
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFrick authored Sep 12, 2024
1 parent 72a4956 commit a04a36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FusionAuth/oauth/OAuthLogoutOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public struct OAuthLogoutOptions {
let state: String?

public init(
postLogoutRedirectUri: String = "\(Bundle.main.bundleIdentifier ?? ""):/oauth2redirect/ios-provider",
postLogoutRedirectUri: String = "\(Bundle.main.bundleIdentifier):/oauth2redirect/ios-provider",
state: String? = nil
) {
self.postLogoutRedirectUri = postLogoutRedirectUri
Expand Down

0 comments on commit a04a36a

Please sign in to comment.