From 621fb68cd8879deca58917cca974955cf6b14a7b Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Thu, 29 Jul 2021 08:40:03 -0400 Subject: [PATCH] _2faCodeDialog login debug --- LibationLauncher/LibationLauncher.csproj | 2 +- LibationWinForms/Dialogs/Login/_2faCodeDialog.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 });