Skip to content

Commit

Permalink
Update LoginModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
keyone2693 authored Dec 16, 2019
1 parent 63fe2b2 commit 1dcd082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IrTrainDotNet/Models/LoginModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace IRTrainDotNet.Models
{
public class LoginModel
{
public string Username { get; set; };
public string Password { get; set; };
public string Username { get; set; }
public string Password { get; set; }
}
}

0 comments on commit 1dcd082

Please sign in to comment.