Skip to content

Commit e21a3fc

Browse files
note on password recovery
1 parent 7164986 commit e21a3fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/PasswordRecoveryView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ extension PasswordRecoveryView: View {
5757
.padding()
5858
}
5959
.padding()
60+
}.onOpenURL { _ in
61+
// move the user to email/password View
6062
}
6163
}
6264
}

0 commit comments

Comments
 (0)