mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-29 18:05:17 +00:00
COVIDSafe code from version 1.11 (#22)
This commit is contained in:
parent
746841a945
commit
a2b6a8bfb5
65 changed files with 6555 additions and 2216 deletions
|
@ -17,12 +17,7 @@ class OnboardingStep1aViewController: UIViewController, UITextViewDelegate {
|
|||
|
||||
@IBAction func iWantToHelpBtnClick(_ sender: UIButton) {
|
||||
UserDefaults.standard.set(true, forKey: "completedIWantToHelp")
|
||||
let isLoggedIn: Bool = KeychainSwift().get("JWT_TOKEN") != nil
|
||||
if !isLoggedIn {
|
||||
self.performSegue(withIdentifier: "personalDetailsSegue", sender: self)
|
||||
} else {
|
||||
self.performSegue(withIdentifier: "iWantToHelpToConsentSegue", sender: self)
|
||||
}
|
||||
self.performSegue(withIdentifier: "personalDetailsSegue", sender: self)
|
||||
}
|
||||
|
||||
@IBAction func onBackTapped(_ sender: UIButton) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue