pub async fn check_existing_user( pool: &MySqlPool, email: &str, ) -> Result<ClientId, Box<dyn Error>>
Check if the user attempted to or is registered already in the DB.