Service login #6
@@ -45,7 +45,6 @@ pub mod response {
|
|||||||
#[derive(Default, Deserialize, Serialize, utoipa::ToSchema)]
|
#[derive(Default, Deserialize, Serialize, utoipa::ToSchema)]
|
||||||
pub struct ServiceUserLoginResponse {
|
pub struct ServiceUserLoginResponse {
|
||||||
pub message: String,
|
pub message: String,
|
||||||
// TODO: Change this to login result
|
|
||||||
pub data: Vec<textsender_models::token::LoginResult>,
|
pub data: Vec<textsender_models::token::LoginResult>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user