Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlk17 committed Sep 17, 2024
1 parent 555b7c5 commit b1c46f8
Show file tree
Hide file tree
Showing 3 changed files with 10,576 additions and 8,191 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.20",
"version": "0.0.21",
"type": "module",
"exports": {
".": {
Expand Down
3 changes: 3 additions & 0 deletions sdk/packages/cloud/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ export class NightlyCloud {
request
)) as HttpRegisterWithPasskeyFinishResponse

this.authToken = response.authToken
this.refreshToken = response.refreshToken

return response
}

Expand Down
Loading

0 comments on commit b1c46f8

Please sign in to comment.