Skip to content
Snippets Groups Projects
Commit 0764ac0f authored by Oliver Wiese's avatar Oliver Wiese
Browse files

deactivate invitation spam

parent b72e2d73
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ import KeychainAccess ...@@ -24,7 +24,7 @@ import KeychainAccess
class StudySettings { class StudySettings {
static let allAvailableParameters: [StudyParameterProtocol.Type] = [SecurityIndicator.self, Warning.self, Inviation.self] static let allAvailableParameters: [StudyParameterProtocol.Type] = [SecurityIndicator.self, Warning.self, Inviation.self]
static var parameters: [StudyParameterProtocol.Type] = [SecurityIndicator.self] { static var parameters: [StudyParameterProtocol.Type] = [] {
didSet{ didSet{
securityIndicator = SecurityIndicator.load() as! SecurityIndicator securityIndicator = SecurityIndicator.load() as! SecurityIndicator
invitationsmode = Inviation.load() as! Inviation invitationsmode = Inviation.load() as! Inviation
...@@ -42,7 +42,7 @@ class StudySettings { ...@@ -42,7 +42,7 @@ class StudySettings {
public static var invitationEnabled: Bool { public static var invitationEnabled: Bool {
get { get {
return true return false
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment