Skip to content

Commit 41644a1

Browse files
JohnTheBastardp2
authored andcommitted
Make updateFromKeychainItems method open (#239)
1 parent 2e3d2e9 commit 41644a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Base/OAuth2Base.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ open class OAuth2Base: OAuth2Securable {
190190
return authURL.description
191191
}
192192

193-
override func updateFromKeychainItems(_ items: [String: Any]) {
193+
override open func updateFromKeychainItems(_ items: [String: Any]) {
194194
for message in clientConfig.updateFromStorableItems(items) {
195195
logger?.debug("OAuth2", msg: message)
196196
}

0 commit comments

Comments
 (0)