COVIDSafe code from version 2.0

This commit is contained in:
covidsafe-support 2020-12-19 16:11:23 +11:00
parent cf93ea43c0
commit 4ff6a506cf
55 changed files with 4624 additions and 1117 deletions

View file

@ -286,7 +286,7 @@ class OTPViewController: UIViewController, RegistrationHandler {
}
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
if let successVC = segue.destination as? OnboardingStep2bViewController {
if let successVC = segue.destination as? RegistrationSuccessViewController {
successVC.reauthenticating = true
}
}