Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 85a3e56

Browse files
BasThomasrnystrom
authored andcommitted
Use https url for login (#2327)
Removes a deprecation warning for SFAuthentication because of using http
1 parent df34c3d commit 85a3e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Login/LoginSplashViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import SafariServices
1111
import GitHubAPI
1212
import GitHubSession
1313

14-
private let loginURL = URL(string: "http://github.com/login/oauth/authorize?client_id=\(Secrets.GitHub.clientId)&scope=user+repo+notifications")!
14+
private let loginURL = URL(string: "https://github.com/login/oauth/authorize?client_id=\(Secrets.GitHub.clientId)&scope=user+repo+notifications")!
1515
private let callbackURLScheme = "freetime://"
1616

1717
protocol LoginSplashViewControllerDelegate: class {

0 commit comments

Comments
 (0)