Skip to content

Commit

Permalink
§§§
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoSousa81 authored Jan 3, 2025
1 parent fe308f4 commit 5dbc30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EBS-LAB/frmLogin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private async void btnLogin_Click(object sender, EventArgs e)
string pass = txtPassword.Text;

// URL do PHP com parâmetros GET
string url = $"https://ebs-web-auth.vercel.app/login?user={Uri.EscapeDataString(user)}&pwd={Uri.EscapeDataString(pass)}";
string url = $"https://web.ebs-systems.epizy.com/login/login.php?user={Uri.EscapeDataString(user)}&pwd={Uri.EscapeDataString(pass)}";

using (HttpClient client = new HttpClient())
{
Expand Down

0 comments on commit 5dbc30d

Please sign in to comment.