Skip to content

Commit 7abec7b

Browse files
authored
Update user-identity.mdx
1 parent c470226 commit 7abec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/docs/pages/plug-sdk/web/user-identity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const sessionToken = '<SESSION_TOKEN>'
126126
You can also pass the identifiers in the `plugSDK.init` option without generating the session token.
127127

128128
<Callout intent="note">
129-
The frontend method, by its nature, is not secure as the data is transmitted through the client side. It is recommended to use the session token method to securely identify users.
129+
This frontend user identification, by its nature, is not secure as the data is transmitted through the client side. It is recommended to use the session token method to securely identify users.
130130
</Callout>
131131

132132
```jsx

0 commit comments

Comments
 (0)