aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src/models/inputs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-http/src/models/inputs.rs')
-rw-r--r--lockchain-http/src/models/inputs.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/lockchain-http/src/models/inputs.rs b/lockchain-http/src/models/inputs.rs
index 172b204..4e1ae79 100644
--- a/lockchain-http/src/models/inputs.rs
+++ b/lockchain-http/src/models/inputs.rs
@@ -76,10 +76,3 @@ pub struct Authenticate {
pub struct Deauthenticate {
pub token: String,
}
-
-#[derive(Serialize, Deserialize)]
-pub struct Register {
- pub username: String,
- pub password: String,
- pub requested_role: Option<Role>,
-}