zkemail / email-wallet

A smart contract wallet controlled using email
https://emailwallet.org
MIT License
141 stars 18 forks source link

feat: Remove '+' from all email addresses before handling #101

Open whoisgautxm opened 3 months ago

whoisgautxm commented 3 months ago

Fixes #64

Done changes in the local.py and modal_server.py to check if the input email contains "+" sign as an input , then write a python function to clean that email and returns only the username and domain part

Divide-By-0 commented 2 months ago

Note that author reported it doesn't work/is untested