Skip to content

Commit

Permalink
Merge pull request #6 from TheSwiftyCoder/master
Browse files Browse the repository at this point in the history
Updated OAuthUser.swift
  • Loading branch information
0xTim authored Apr 12, 2018
2 parents 6a42cf9 + ee9c950 commit 1348859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VaporOAuth/Models/OAuthUser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Node
public final class OAuthUser: Authenticatable, Extendable {
public let username: String
public let emailAddress: String?
public let password: Bytes
public var password: Bytes
// swiftlint:disable:next identifier_name
public var id: Identifier?

Expand Down

0 comments on commit 1348859

Please sign in to comment.