Skip to content

Commit 4ab4e13

Browse files
committed
Update docs
1 parent 5d5e858 commit 4ab4e13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/thirdweb/src/react/web/utils/storage.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { getLastAuthProvider as getLastAuthProviderCore } from "../../core/utils
44
/**
55
* Retrieves the last authentication provider used from local storage.
66
*
7-
* This function is designed to work only in a browser environment, as it relies on
8-
* the `webLocalStorage` API, which is not available in non-browser contexts.
7+
* This function is designed to work only in a browser environment.
98
*
109
* @returns {Promise<AuthArgsType["strategy"] | null>} A promise that resolves to the last
1110
* authentication provider strategy used, or `null` if none is found.

0 commit comments

Comments
 (0)