femto-backend/Femto.Api/Controllers/Auth/LoginResponse.cs
2025-05-18 22:22:20 +02:00

3 lines
No EOL
115 B
C#

namespace Femto.Api.Controllers.Auth;
public record LoginResponse(Guid UserId, string Username, bool IsSuperUser);