Remove tokens from config

This commit is contained in:
Christoph Hagen 2022-09-05 18:00:11 +02:00
parent baf3a1c06d
commit 151c6a432f

View File

@ -21,6 +21,4 @@ struct ServerConfiguration: Codable {
let buttonPin: Int
let bounceTime: Double
let tokens: [String]
}