Skip to content

Commit 72a4956

Browse files
authored
fix: error with closure
1 parent 8fd7628 commit 72a4956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FusionAuth/oauth/OAuthAuthorizeOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public struct OAuthAuthorizeOptions {
2828
let userCode: String?
2929

3030
public init(
31-
redirectUri: String = "\(Bundle.main.bundleIdentifier ?? ""):/oauth2redirect/ios-provider",
31+
redirectUri: String = "\(Bundle.main.bundleIdentifier):/oauth2redirect/ios-provider",
3232
idpHint: String? = nil,
3333
codeChallenge: String? = nil,
3434
codeChallengeMethod: OAuthCodeChallengeMethod? = nil,

0 commit comments

Comments
 (0)