and another
This commit is contained in:
@@ -37,7 +37,7 @@ public class AuthService
|
||||
Console.WriteLine($"=== ValidateWithBackend: Sending Google credential for {email} ===");
|
||||
|
||||
// Wyślij Google credential do backendu
|
||||
var response = await _httpClient.PostAsJsonAsync("/Auth/apiToken", googleCredential);
|
||||
var response = await _httpClient.PostAsJsonAsync("Auth/apiToken", googleCredential);
|
||||
|
||||
if (response.IsSuccessStatusCode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user