fmt and bump mogh auth

This commit is contained in:
mbecker20
2026-01-20 02:58:45 -08:00
parent 9a48edc43f
commit 5da48ece82
47 changed files with 190 additions and 135 deletions

View File

@@ -73,7 +73,6 @@ pub struct CreateOnboardingKeyResponse {
//
#[cfg(feature = "utoipa")]
#[utoipa::path(
post,

View File

@@ -2,9 +2,9 @@ use anyhow::{Context, anyhow};
use mogh_auth_client::api::{
login::MoghAuthLoginRequest, manage::MoghAuthManageRequest,
};
use mogh_error::deserialize_error;
use serde::{Serialize, de::DeserializeOwned};
use serde_json::json;
use mogh_error::deserialize_error;
use crate::{
KomodoClient,