Skip to content

Commit

Permalink
Merge pull request #249 from intEll1gent/master
Browse files Browse the repository at this point in the history
Update SwifterAuth.swift
  • Loading branch information
meteochu authored Sep 22, 2018
2 parents 7ff58d6 + 27dc605 commit f377a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwifterAuth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public extension Swifter {
safariView.modalPresentationStyle = .overFullScreen
presenting?.present(safariView, animated: true, completion: nil)
} else {
UIApplication.shared.openURL(queryUrl)
UIApplication.shared.open(queryUrl, options: [:], completionHandler: nil)
}
}, failure: failure)
}
Expand Down

0 comments on commit f377a44

Please sign in to comment.