diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj
index 02e79ab2..b0787196 100644
--- a/LibationLauncher/LibationLauncher.csproj
+++ b/LibationLauncher/LibationLauncher.csproj
@@ -13,7 +13,7 @@
win-x64
- 5.4.3.8
+ 5.4.4.1
diff --git a/LibationWinForms/Dialogs/Login/_2faCodeDialog.cs b/LibationWinForms/Dialogs/Login/_2faCodeDialog.cs
index 39cd797c..7634c271 100644
--- a/LibationWinForms/Dialogs/Login/_2faCodeDialog.cs
+++ b/LibationWinForms/Dialogs/Login/_2faCodeDialog.cs
@@ -14,7 +14,7 @@ namespace LibationWinForms.Dialogs.Login
private void submitBtn_Click(object sender, EventArgs e)
{
- Code = this.codeTb.Text;
+ Code = this.codeTb.Text.Trim();
Serilog.Log.Logger.Information("Submit button clicked: {@DebugInfo}", new { Code });