_2faCodeDialog login debug
This commit is contained in:
parent
0c265a9010
commit
621fb68cd8
2 changed files with 2 additions and 2 deletions
|
|
@ -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 });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue