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 32d82c2 commit 3f796c6Copy full SHA for 3f796c6
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift
@@ -302,7 +302,7 @@ public extension AuthService {
302
func handleSignInLink(url url: URL) async throws {
303
do {
304
guard let email = emailLink else {
305
- throw AuthServiceError.invalidEmailLink("email address is missing from local storage")
+ throw AuthServiceError.invalidEmailLink("email address is missing from app storage. Is this the same device?")
306
}
307
let link = url.absoluteString
308
guard let continueUrl = CommonUtils.getQueryParamValue(from: link, paramName: "continueUrl")
0 commit comments