Skip to content

Commit c2ccc08

Browse files
update error message
1 parent 9a22ef3 commit c2ccc08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public extension AuthService {
306306
do {
307307
guard let email = emailLink else {
308308
throw AuthServiceError.invalidEmailLink(
309-
"Invalid email address. Most likely, the link you used has expired. Try signing in again."
309+
"Invalid sign in link. Most likely, the link you used has expired. Try signing in again."
310310
)
311311
}
312312
let link = url.absoluteString

0 commit comments

Comments
 (0)