We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564b030 commit 2485dadCopy full SHA for 2485dad
README.md
@@ -72,7 +72,7 @@ export default function TypescriptSdkDemo() {
72
);
73
74
useEffect(() => {
75
- client.Auth.getUserQuery()
+ client.Auth.getUserQuery(({ userName: "users/admin" }))
76
.then((data: any) => {
77
console.log("data", data);
78
setUser(data);
0 commit comments