Skip to content

Commit 2301c9f

Browse files
authored
upgrade authkit-js to v0.11.0 (#61)
1 parent 25ba82b commit 2301c9f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"react": ">=17"
3838
},
3939
"dependencies": {
40-
"@workos-inc/authkit-js": "0.10.1"
40+
"@workos-inc/authkit-js": "0.11.0"
4141
}
4242
}

src/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ const NOOP_CLIENT: Client = {
116116
getUser: () => null,
117117
getAccessToken: () => Promise.reject(new LoginRequiredError()),
118118
switchToOrganization: () => Promise.resolve(),
119-
signOut: () => {},
119+
signOut: async () => {},
120120
};

0 commit comments

Comments
 (0)