Dont log into local site when only signing into external site
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Auth.DTO {
|
||||
public string UserName { get; set; } = "";
|
||||
public string Password { get; set; } = "";
|
||||
public bool StayLoggedIn { get; set; }
|
||||
public bool SameSite { get; set; }
|
||||
}
|
||||
|
||||
public class JWTRenewRequest {
|
||||
|
||||
Reference in New Issue
Block a user