ignore ready
This commit is contained in:
parent
93c76f1c3f
commit
56187f7a84
@ -120,7 +120,7 @@ export const useWalletConnection = () => {
|
||||
} else if (walletConnection.type === WalletConnectionType.Privy) {
|
||||
|
||||
console.log({ isConnectedWagmi, authenticated, ready });
|
||||
if (!isConnectedWagmi && !authenticated && ready) {
|
||||
if (!isConnectedWagmi && !authenticated) {
|
||||
login();
|
||||
}
|
||||
} else if (walletConnection.type === WalletConnectionType.CosmosSigner) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user