Skip to content

Commit a0dee1a

Browse files
fix: bug, it should remain limited login if tracking not allowed
1 parent a65a96c commit a0dee1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseFacebookSwiftUI/Sources/Views/SignInWithFacebookButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public struct SignInWithFacebookButton {
4242
if trackingAuthorizationStatus == .authorized {
4343
self.limitedLogin = newValue
4444
} else {
45-
self.limitedLogin = false
45+
self.limitedLogin = true
4646
}
4747
}
4848
)

0 commit comments

Comments
 (0)