constloginWithPrefilledEmailHandler=async () => {constaccounts=awaitbloctoSDK?.ethereum?.request({ method:"eth_requestAccounts", params: ["client@email.com"] // When the email is provided, the login modal will prefill the email field. });setAddress(accounts[0]);};