Skip to content

Commit

Permalink
get metadata permissions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlk17 committed Jul 17, 2024
1 parent 6da8aa9 commit d0ccf99
Show file tree
Hide file tree
Showing 4 changed files with 10,578 additions and 8,194 deletions.
2 changes: 1 addition & 1 deletion sdk/packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/nightly-cloud",
"version": "0.0.6",
"version": "0.0.9",
"type": "module",
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions sdk/packages/cloud/src/passkeyTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export type HttpRegisterWithPasskeyFinishRequest = {
type: string
response: { clientDataJSON: string; attestationObject: string }
}
authCode: string
}

// Login
Expand Down
Loading

0 comments on commit d0ccf99

Please sign in to comment.