@privy-io/react-auth 1.26.1-beta.8 → 1.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +163 -163
- package/dist/index.d.ts +1 -1
- package/dist/index.js +156 -156
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -799,7 +799,7 @@ declare class ConnectorManager extends EventEmitter<ConnectorManagerEvents> {
|
|
|
799
799
|
* the wallets away with the following logic:
|
|
800
800
|
*
|
|
801
801
|
* 1. Flatten all wallets from all connectors
|
|
802
|
-
* 2. Sorted by
|
|
802
|
+
* 2. Sorted by connectedAt
|
|
803
803
|
* 3. Active wallet is moved to front of array (if it exists)
|
|
804
804
|
*/
|
|
805
805
|
get wallets(): BaseConnectedWallet[];
|