X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2Fsrc%2Fuser.rs;h=753d71433e4baeab94c40bb89a39483589c2f63b;hb=0a1631e66c861de2799cd98fc93686ff121c9fce;hp=d9825ae4d0200db8398611921b9fcc6f1d78dce2;hpb=b6235fb76ce82f96503cda83eebe8106320b2a0d;p=recipes.git diff --git a/backend/src/user.rs b/backend/src/user.rs index d9825ae..753d714 100644 --- a/backend/src/user.rs +++ b/backend/src/user.rs @@ -8,4 +8,4 @@ pub struct UserLoginInfo { pub last_login_datetime: DateTime, pub ip: String, pub user_agent: String, -} \ No newline at end of file +}