Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 0eb56ac

Browse files
committed
Made credentials properties public
1 parent 998cf27 commit 0eb56ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Credentials.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
public struct Credentials {
1616

1717
/// The username
18-
let username:String
18+
public let username:String
1919

2020
/// The password
21-
let password:String
21+
public let password:String
2222
}

0 commit comments

Comments
 (0)