import Foundation import Vapor struct Login: Codable { let password: String? }