Skip to content

Commit 89db7b0

Browse files
checked - it does work
1 parent 5614990 commit 89db7b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ public extension AuthService {
254254

255255
do {
256256
if shouldHandleAnonymousUpgrade {
257-
// TODO: - check this works. This is how it is done in previous implementation, but I wonder if this would fail
258257
let credential = EmailAuthProvider.credential(withEmail: email, password: password)
259258
try await handleAutoUpgradeAnonymousUser(credentials: credential)
260259
} else {

0 commit comments

Comments
 (0)