add more params
This commit is contained in:
parent
3aa88e8483
commit
6853e013ea
2 changed files with 7 additions and 5 deletions
|
@ -3,4 +3,5 @@ namespace Femto.Api.Auth;
|
|||
public class CookieSettings
|
||||
{
|
||||
public bool Secure { get; set; }
|
||||
public string? Domain { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue