Skip to content

Commit c4d71ba

Browse files
authored
Merge pull request #8 from passageidentity/PSG-5242
PSG-5242
2 parents abed423 + 4290486 commit c4d71ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PassageFlex.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PassageFlex'
3-
s.version = '0.3.0'
3+
s.version = '0.3.1'
44
s.summary = 'Passkey Flex for Apple Platforms - Go completely passwordless with a standalone auth solution in your iOS, MacOS, and tvOS apps with Passage by 1Password'
55
s.description = <<-DESC
66
Passkey Flex for Apple Platforms - Go completely passwordless with a standalone auth solution in your iOS, MacOS, and tvOS apps with Passage by 1Password

Sources/PassageFlex/PasskeyAuthorizationController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ internal class PasskeyAuthorizationController:
114114
}
115115
}
116116
assertionCredentialContinuation?.resume(throwing: passageError)
117+
registrationCredentialContinuation?.resume(throwing: passageError)
117118
}
118119

119120
}

0 commit comments

Comments
 (0)