mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-31 02:00:13 -06:00
Changing the email address on an account that did not already have a confirmed email would result in the email_confirmed column never being set. This commit fixes that. Additionally, an SQL statement using the unconfirmed email to identify a row was changed so it now uses the user ID instead, which is safer. Resolves: 759