Skip to content

Commit 03aeb61

Browse files
chore: leave TODO to refactor later
1 parent b738cf5 commit 03aeb61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/AuthPickerView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ extension AuthPickerView: View {
6767
PrivacyTOCsView(displayMode: .footer)
6868
Text(authService.errorMessage).foregroundColor(.red)
6969
default:
70+
// TODO: - possibly refactor this, see: https://github.com/firebase/FirebaseUI-iOS/pull/1259#discussion_r2105473437
7071
EmptyView()
7172
}
7273
}

0 commit comments

Comments
 (0)