ignore ready

This commit is contained in:
Bill He 2024-01-18 12:18:44 -08:00
parent 93c76f1c3f
commit 56187f7a84
No known key found for this signature in database
GPG Key ID: 73AEEF9D79E5BBF8

View File

@ -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) {