Update APIs and DB interactions to reflect email confirmation step

This commit is contained in:
Max Brunsfeld 2022-09-16 12:25:42 -07:00
parent d85ecc8302
commit f8c7c925af
8 changed files with 1409 additions and 1285 deletions

View file

@ -4,6 +4,8 @@ mod db;
mod env;
mod rpc;
#[cfg(test)]
mod db_tests;
#[cfg(test)]
mod integration_tests;