Skip to content

Commit 756873a

Browse files
committed
Fix temporary breaking changes
1 parent 47edde1 commit 756873a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Bitwarden.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BitwardenShared/Core/Auth/Repositories/AuthRepository.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,8 @@ extension DefaultAuthRepository: AuthRepository {
11081108
case .decryptedKey,
11091109
.deviceKey,
11101110
.keyConnector,
1111-
.pin:
1111+
.pin,
1112+
.pinEnvelope: // TODO: PM-23289 will change in this ticket
11121113
// No-op: nothing extra to do.
11131114
break
11141115
}
@@ -1195,7 +1196,8 @@ extension DefaultAuthRepository: AuthRepository {
11951196
case .authRequest,
11961197
.deviceKey,
11971198
.keyConnector,
1198-
.pin:
1199+
.pin,
1200+
.pinEnvelope: // TODO: PM-23289 will change in this ticket
11991201
break
12001202
case .decryptedKey,
12011203
.password:

0 commit comments

Comments
 (0)