dbtest program argument now clear the database.
[recipes.git] / backend / src / user.rs
index f6b308f..753d714 100644 (file)
@@ -1,11 +1,11 @@
 use chrono::prelude::*;
 
 pub struct User {
-
+    pub email: String,
 }
 
 pub struct UserLoginInfo {
     pub last_login_datetime: DateTime<Utc>,
     pub ip: String,
     pub user_agent: String,
-}
\ No newline at end of file
+}