Dont log into local site when only signing into external site

This commit is contained in:
2025-09-09 19:24:53 -07:00
parent d8a159aa52
commit 51056c2ea5
2 changed files with 13 additions and 9 deletions
+1
View File
@@ -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 {