Skip to content

Commit 0c593f1

Browse files
Update FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/SignedInView.swift
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 6b28c55 commit 0c593f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/SignedInView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public struct SignedInView {
2323
@State private var showEmailVerificationSent = false
2424
@State private var reauthCoordinator = ReauthenticationCoordinator()
2525

26-
var showsMfaManagementButton: Bool {
26+
private var showsMfaManagementButton: Bool {
2727
Self.showsMfaManagementButton(configuration: authService.configuration)
2828
}
2929

0 commit comments

Comments
 (0)