Skip to content

Commit

Permalink
Merge pull request #83 from DP-3T/maerki-patch-1
Browse files Browse the repository at this point in the history
Update UserStorage.swift
  • Loading branch information
maerki authored May 28, 2020
2 parents 75200c2 + f5c55a6 commit 1c3d5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DP3TApp/Logic/User/UserStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import UIKit
class UserStorage {
static let shared = UserStorage()

@UBUserDefault(key: "hasCompletedNewOnboarding", defaultValue: false)
@UBUserDefault(key: "hasCompletedOnboarding", defaultValue: false)
var hasCompletedOnboarding: Bool {
didSet {
TracingManager.shared.userHasCompletedOnboarding()
Expand Down

0 comments on commit 1c3d5c8

Please sign in to comment.