diff --git a/LentiaLauncher.csproj b/LentiaLauncher.csproj
index a88e7c4..d150c65 100644
--- a/LentiaLauncher.csproj
+++ b/LentiaLauncher.csproj
@@ -22,12 +22,6 @@
-
-
-
- Always
-
-
diff --git a/src/main/core/Constants.cs b/src/main/core/Constants.cs
index 6282445..8541bbf 100644
--- a/src/main/core/Constants.cs
+++ b/src/main/core/Constants.cs
@@ -6,7 +6,7 @@ namespace Lentia.Core.Constants {
public static class Urls {
public const string MojangManifest = "https://launchermeta.mojang.com/mc/game/version_manifest_v2.json";
public const string YggdrasilServer = "https://yggdrasil.azures.fr/";
- public const string MojangAuthServer = YggdrasilServer + "/authserver";
+ public const string MojangAuthServer = YggdrasilServer + "authserver";
public const string ApiUrl = "https://lentia-api.azures.fr";
}