Skip to content

Commit 2b0be22

Browse files
committed
Removed unused keychain service
1 parent ec572bc commit 2b0be22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CryptomatorCommon/Sources/CryptomatorCommonCore/CryptomatorKeychain.swift

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class CryptomatorKeychain: CryptomatorKeychainType {
2525
static let bundleId = CryptomatorConstants.mainAppBundleId
2626
static let box = CryptomatorKeychain(service: "box.auth")
2727
static let pCloud = CryptomatorKeychain(service: "pCloud.auth")
28-
static let microsoftGraph = CryptomatorKeychain(service: "microsoftGraph.auth")
2928
static let s3 = CryptomatorKeychain(service: "s3.auth")
3029
static let webDAV = CryptomatorKeychain(service: "webDAV.auth")
3130
static let localFileSystem = CryptomatorKeychain(service: "localFileSystem.auth")

0 commit comments

Comments
 (0)