mirror of
https://github.com/3lLobo/zkAuth.git
synced 2026-01-09 12:27:55 -05:00
dev-mod reverted
This commit is contained in:
@@ -21,9 +21,9 @@ const LogInBox = () => {
|
||||
const walletAddress =
|
||||
await zkWalletFactory.userAddressToWalletAddress(account)
|
||||
console.log(walletAddress)
|
||||
// if (walletAddress !== ethers.constants.AddressZero) {
|
||||
// router.push('./dashboard')
|
||||
// }
|
||||
if (walletAddress !== ethers.constants.AddressZero) {
|
||||
router.push('./dashboard')
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user