_2faCodeDialog login debug
This commit is contained in:
parent
0c265a9010
commit
621fb68cd8
@ -13,7 +13,7 @@
|
|||||||
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
|
|
||||||
<Version>5.4.3.8</Version>
|
<Version>5.4.4.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -14,7 +14,7 @@ namespace LibationWinForms.Dialogs.Login
|
|||||||
|
|
||||||
private void submitBtn_Click(object sender, EventArgs e)
|
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 });
|
Serilog.Log.Logger.Information("Submit button clicked: {@DebugInfo}", new { Code });
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user