Skip to content

Commit 530dd1f

Browse files
Update fern/docs/pages/sdks/web/user-identity.mdx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3939038 commit 530dd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/docs/pages/sdks/web/user-identity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ As described in the above sections, to identify a user, you need to initialize t
240240

241241
In most cases, this works as expected—user identification typically happens after login or signup, which causes a page reload and clears any previous PLuG instance.
242242

243-
However, if your application needs to update the user identity without a full page refresh, you'll need to explicitly delete the existing PLuG instance before initializing it again with the new user information.
243+
However, if your application needs to update the user identity without a full page refresh, you need to explicitly delete the existing PLuG instance before initializing it again with the new user information.
244244

245245
```jsx
246246
// Delete the existing PLuG instance if it exists

0 commit comments

Comments
 (0)