mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-06-07 21:15:18 +00:00
COVIDSafe code from version 1.14 (#27)
This commit is contained in:
parent
3ea83834f5
commit
cf93ea43c0
29 changed files with 370 additions and 141 deletions
|
@ -163,4 +163,9 @@ final class InfoViewController: UIViewController {
|
|||
@IBAction func resetDisclaimerUpdateMessage(_ sender: Any) {
|
||||
UserDefaults.standard.removeObject(forKey: "latestPolicyUpdateVersionShown")
|
||||
}
|
||||
|
||||
@IBAction func setReauthenticationNeeded(_ sender: Any) {
|
||||
let keychain = KeychainSwift()
|
||||
keychain.set("corruptedjwt", forKey: "JWT_TOKEN", withAccess: .accessibleAfterFirstUnlock)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue