mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 12:43:26 -05:00
fmt and bump mogh auth
This commit is contained in:
@@ -73,7 +73,6 @@ pub struct CreateOnboardingKeyResponse {
|
||||
|
||||
//
|
||||
|
||||
|
||||
#[cfg(feature = "utoipa")]
|
||||
#[utoipa::path(
|
||||
post,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user