We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05a358 commit f371365Copy full SHA for f371365
FirebaseAuth/Tests/SampleSwift/AuthenticationExample/CustomViews/LoginView.swift
@@ -125,9 +125,9 @@ extension LoginView {
125
Spacer()
126
}
127
.padding()
128
- .alert("Something went wrong.", isPresented: $showingAlert) {
+ .alert("Error", isPresented: $showingAlert) {
129
if let error {
130
- Text("Error: " + error.localizedDescription)
+ Text(error.localizedDescription)
131
132
Button("OK", role: .cancel) {
133
showingAlert.toggle()
0 commit comments