misc
This commit is contained in:
parent
fbc6f562e3
commit
d7e0c59559
31 changed files with 249 additions and 57 deletions
|
@ -1,3 +1,3 @@
|
|||
namespace Femto.Api.Controllers.Auth;
|
||||
|
||||
public record LoginResponse(Guid UserId, string Username);
|
||||
public record LoginResponse(Guid UserId, string Username, bool IsSuperUser);
|
Loading…
Add table
Add a link
Reference in a new issue