Add the language to the user.

This commit is contained in:
Sébastien André
2021-05-17 18:08:19 +02:00
parent 96fbf5cebd
commit bc17e7f789
5 changed files with 16 additions and 9 deletions

View File

@@ -11,5 +11,7 @@
public string Password { get; set; }
public string Email { get; set; }
public string Language { get; set; }
}
}
}

View File

@@ -4,7 +4,7 @@
{
public int Id { get; set; }
public string Email { get; set; }
public string Email { get; set; }
public string FirstName { get; set; }
@@ -15,5 +15,7 @@
public string Roles { get; set; }
public string Token { get; set; }
public string Language { get; set; }
}
}
}