mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 22:46:33 +00:00
Update .gitignore to exclude log files and directories
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Azaion.Common.Requests;
|
||||
|
||||
public class LoginRequest
|
||||
{
|
||||
public string Email { get; set; } = null!;
|
||||
public string Password { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user