| 15 | |
| 16 | #[derive(Debug, Deserialize)] |
| 17 | pub struct AuthData { |
| 18 | pub email: String, |
| 19 | pub password: String, |
| 20 | } |
| 21 | |
| 22 | // we need the same data |
| 23 | // simple aliasing makes the intentions clear and its more readable |
nothing calls this directly
no outgoing calls
no test coverage detected