_2faCodeDialog login debug

This commit is contained in:
Robert McRackan 2021-07-29 08:40:03 -04:00
parent 0c265a9010
commit 621fb68cd8
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>5.4.3.8</Version>
<Version>5.4.4.1</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -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 });