async fn handle_email_verification( conn: &mut PgConnection, user: &User, ) -> ControllerResult<Json<LoginResponse>>