First real stable push since migrating
This commit is contained in:
9
LD-SysInfo/Services/LoginResponse.cs
Normal file
9
LD-SysInfo/Services/LoginResponse.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace LD_SysInfo.Models
|
||||
{
|
||||
public class LoginResponse
|
||||
{
|
||||
public string Token { get; set; }
|
||||
public string Username { get; set; }
|
||||
public int UserId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user