mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-06-07 13:05:17 +00:00
COVIDSafe code from version 2.6 (#51)
This commit is contained in:
parent
195798ddd5
commit
4d98b6c5e4
43 changed files with 910 additions and 144 deletions
|
@ -21,7 +21,7 @@ class QuestionUploadDataViewController: UIViewController {
|
|||
// MARK: -
|
||||
|
||||
private func showUploadDataFlow() {
|
||||
let keychain = KeychainSwift()
|
||||
let keychain = KeychainSwift.shared
|
||||
setIsLoading(true)
|
||||
guard let jwt = keychain.get("JWT_TOKEN") else {
|
||||
DLog("Error trying to upload when not logged in")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue