webs unified
This commit is contained in:
6
web/src/pages/login/state.rs
Normal file
6
web/src/pages/login/state.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#[derive(serde::Deserialize)]
|
||||
pub(crate) struct LoginInput {
|
||||
pub identifier: String,
|
||||
#[serde(default)]
|
||||
pub password: String,
|
||||
}
|
||||
Reference in New Issue
Block a user