Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Pfiffner committed Nov 8, 2017
2 parents bfce770 + 41644a1 commit 09bd3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Base/OAuth2Base.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ open class OAuth2Base: OAuth2Securable {
return authURL.description
}

override func updateFromKeychainItems(_ items: [String: Any]) {
override open func updateFromKeychainItems(_ items: [String: Any]) {
for message in clientConfig.updateFromStorableItems(items) {
logger?.debug("OAuth2", msg: message)
}
Expand Down

0 comments on commit 09bd3e3

Please sign in to comment.