mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-13 15:49:52 +01:00
Register
This commit is contained in:
10
APP/DTO/Auth.cs
Normal file
10
APP/DTO/Auth.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace APP.DTO;
|
||||
|
||||
public class Auth
|
||||
{
|
||||
[JsonPropertyName("username")] public string Username { get; set; }
|
||||
|
||||
[JsonPropertyName("secret")] public string Secret { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user