aboutsummaryrefslogtreecommitdiff
path: root/src/model/login.rs
blob: c7a10ba451025655e7cfa3fffc22d5ae9862fb10 (plain)
1
2
3
4
5
#[derive(Debug)]
pub struct Login {
    pub email: String,
    pub password: String,
}