update account settings is real!

This commit is contained in:
Reid 2023-09-06 17:10:46 -07:00
parent 1dd0f382d0
commit 29bd670a57
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
5 changed files with 69 additions and 4 deletions

View file

@ -1,2 +1,3 @@
pub mod login_account;
pub mod register_account;
pub mod register_account;
pub mod update_account_settings;