add token

This commit is contained in:
2025-10-17 16:53:00 +01:00
parent aa1c98d649
commit 06c64a9f3f
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace PyroFetes.DTO.User.Response;
public class GetTokenDto
{
public string? Token { get; set; }
}