We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec572bc commit 2b0be22Copy full SHA for 2b0be22
CryptomatorCommon/Sources/CryptomatorCommonCore/CryptomatorKeychain.swift
@@ -25,7 +25,6 @@ class CryptomatorKeychain: CryptomatorKeychainType {
25
static let bundleId = CryptomatorConstants.mainAppBundleId
26
static let box = CryptomatorKeychain(service: "box.auth")
27
static let pCloud = CryptomatorKeychain(service: "pCloud.auth")
28
- static let microsoftGraph = CryptomatorKeychain(service: "microsoftGraph.auth")
29
static let s3 = CryptomatorKeychain(service: "s3.auth")
30
static let webDAV = CryptomatorKeychain(service: "webDAV.auth")
31
static let localFileSystem = CryptomatorKeychain(service: "localFileSystem.auth")
0 commit comments