pokedextracker / pokedextracker.com

A website to track your completion of a Living Pokedex.
https://pokedextracker.com
MIT License
166 stars 41 forks source link

fix(account): only pass through the password if it's being edited #495

Closed robinjoseph08 closed 1 year ago

robinjoseph08 commented 1 year ago

what

only pass through the password if it's being edited. otherwise, send undefined. normally, we treat the empty string as wanting to clear it out. but we never want to do that for the password, so passing the empty string is a bit weird.