dfinity / agent-js

A collection of libraries and tools for building software around the Internet Computer, in JavaScript.
https://agent-js.icp.xyz
Apache License 2.0
151 stars 94 forks source link

fix: Work around credentials not being enumerable #860

Closed frederikrothenberger closed 5 months ago

frederikrothenberger commented 5 months ago

Description

This PR fixes an issue that arises from assuming that the PublicKeyCredential returned from navigators.credentials.create is enumerable.

How Has This Been Tested?

Manual testing.

Checklist: