Skip to content

Commit 3f796c6

Browse files
chore: update message
1 parent 32d82c2 commit 3f796c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public extension AuthService {
302302
func handleSignInLink(url url: URL) async throws {
303303
do {
304304
guard let email = emailLink else {
305-
throw AuthServiceError.invalidEmailLink("email address is missing from local storage")
305+
throw AuthServiceError.invalidEmailLink("email address is missing from app storage. Is this the same device?")
306306
}
307307
let link = url.absoluteString
308308
guard let continueUrl = CommonUtils.getQueryParamValue(from: link, paramName: "continueUrl")

0 commit comments

Comments
 (0)