Refactor: Web Consolidation and Identity Stabilization #40

Merged
mjasin merged 37 commits from feature/issue-33 into develop 2026-05-11 19:16:31 +00:00
Showing only changes of commit e22ec0e57c - Show all commits
@@ -71,7 +71,7 @@ public class IdentityService : IIdentityService
{ {
try try
{ {
var response = await _httpClient.PostAsJsonAsync("identity/login?useCookies=true", new { email, password }); var response = await _httpClient.PostAsJsonAsync("identity/login", new { email, password });
if (response.IsSuccessStatusCode) if (response.IsSuccessStatusCode)
{ {