Skip to content

Commit

Permalink
Made credentials properties public
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb3rd committed Jan 14, 2016
1 parent 998cf27 commit 0eb56ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Credentials.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
public struct Credentials {

/// The username
let username:String
public let username:String

/// The password
let password:String
public let password:String
}

0 comments on commit 0eb56ac

Please sign in to comment.