Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update StoreRequest.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
steffendsommer authored Aug 22, 2017
1 parent e14f87f commit eb1b469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/JWTKeychain/Requests/Api/Users/StoreRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import VaporForms
/// Handles the validation of storing a User
public class StoreRequest: Form {

let name: String
let email: String
let password: String
public let name: String
public let email: String
public let password: String

public static let fieldset = Fieldset([
"name": StringField(String.MinimumLengthValidator(characters: 2)),
Expand Down

0 comments on commit eb1b469

Please sign in to comment.