Skip to content

Commit 4ddb7c6

Browse files
Merge pull request #246874 from BryanTrach-MSFT/patch-135
Fixes MicrosoftDocs/azure-docs#112857
2 parents cfb1eee + b39f02d commit 4ddb7c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/static-web-apps/user-information.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ async function getUserInfo() {
5959
return clientPrincipal;
6060
}
6161

62+
(async () => {
6263
console.log(await getUserInfo());
64+
})();
6365
```
6466

6567
## API functions

0 commit comments

Comments
 (0)