We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a22ef3 commit c2ccc08Copy full SHA for c2ccc08
1 file changed
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift
@@ -306,7 +306,7 @@ public extension AuthService {
306
do {
307
guard let email = emailLink else {
308
throw AuthServiceError.invalidEmailLink(
309
- "Invalid email address. Most likely, the link you used has expired. Try signing in again."
+ "Invalid sign in link. Most likely, the link you used has expired. Try signing in again."
310
)
311
}
312
let link = url.absoluteString
0 commit comments