add remember me to API
This commit is contained in:
parent
84457413b2
commit
dac3acfecf
5 changed files with 32 additions and 24 deletions
|
@ -1,3 +1,3 @@
|
|||
namespace Femto.Api.Controllers.Auth;
|
||||
|
||||
public record LoginRequest(string Username, string Password);
|
||||
public record LoginRequest(string Username, string Password, bool RememberMe);
|
Loading…
Add table
Add a link
Reference in a new issue