Skip to content

Commit 0f72972

Browse files
committed
[Global] Rename github id names to mirror the ones from Readme.
1 parent 6749d6b commit 0f72972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftFlowGitHubBrowser/GitHubAuth/Credentials.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
import Foundation
1010

1111
// Insert GitHub Token and Secret Here
12-
let gitHubToken = ""
13-
let gitHubSecret = ""
12+
let gitHubClientId = ""
13+
let gitHubClientSecret = ""

0 commit comments

Comments
 (0)