Skip to content

Commit

Permalink
Merge pull request #8 from passageidentity/PSG-5242
Browse files Browse the repository at this point in the history
PSG-5242
  • Loading branch information
SinaSeylani authored Nov 7, 2024
2 parents abed423 + 4290486 commit c4d71ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PassageFlex.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PassageFlex'
s.version = '0.3.0'
s.version = '0.3.1'
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'
s.description = <<-DESC
Passkey Flex for Apple Platforms - Go completely passwordless with a standalone auth solution in your iOS, MacOS, and tvOS apps with Passage by 1Password
Expand Down
1 change: 1 addition & 0 deletions Sources/PassageFlex/PasskeyAuthorizationController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ internal class PasskeyAuthorizationController:
}
}
assertionCredentialContinuation?.resume(throwing: passageError)
registrationCredentialContinuation?.resume(throwing: passageError)
}

}
Expand Down

0 comments on commit c4d71ba

Please sign in to comment.