Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheM4hd1 committed Nov 5, 2020
1 parent 78c2db6 commit 0093a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftyInsta/Local/Authentication/Authentication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import KeychainSwift

/// An abstract `struct` holding login references .
public struct Authentication {
#if os(iOS)
#if canImport(WebKit)
/// Select the way you wish to authenticate.
public enum Request {
/// Log in with username and password.
Expand Down

0 comments on commit 0093a6a

Please sign in to comment.