Skip to content

Commit

Permalink
Merge pull request #190 from nightly-labs/get_team_metadata_fixed
Browse files Browse the repository at this point in the history
get metadata permissions fixed
  • Loading branch information
dzlk17 authored Jul 19, 2024
2 parents 6da8aa9 + 5114ce1 commit 26f06ce
Show file tree
Hide file tree
Showing 4 changed files with 10,591 additions and 8,196 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 26f06ce

Please sign in to comment.