Implemented Changing Emails

This commit is contained in:
2024-07-21 23:04:35 -04:00
Unverified
parent a53c69ab56
commit 05d3ca1788
3 changed files with 100 additions and 17 deletions

View File

@@ -39,6 +39,7 @@ async fn main() -> anyhow::Result<()> {
id SERIAL,
username VARCHAR(255) NOT NULL,
email VARCHAR(255) NOT NULL,
new_email VARCHAR(255),
avatar TEXT NOT NULL,
login_code INT(6),
tokens TEXT,