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 8fd7628 commit 72a4956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FusionAuth/oauth/OAuthAuthorizeOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct OAuthAuthorizeOptions {
let userCode: String?

public init(
redirectUri: String = "\(Bundle.main.bundleIdentifier ?? ""):/oauth2redirect/ios-provider",
redirectUri: String = "\(Bundle.main.bundleIdentifier):/oauth2redirect/ios-provider",
idpHint: String? = nil,
codeChallenge: String? = nil,
codeChallengeMethod: OAuthCodeChallengeMethod? = nil,
Expand Down

0 comments on commit 72a4956

Please sign in to comment.