pub async fn confirm_password_reset( auth: Auth, code: String, new_password: String, ) -> Result<(), JsValue>