diff --git a/SDL/frmLogin.vb b/SDL/frmLogin.vb index 9a9393a8..c0cb87a4 100644 --- a/SDL/frmLogin.vb +++ b/SDL/frmLogin.vb @@ -125,6 +125,15 @@ btnLogin.PerformClick() End If End If + + If Environment.MachineName = "H6CCWP3" Then + If MsgBox("Autologin?", vbYesNoCancel) = MsgBoxResult.Yes Then + txtUser.Text = "daniel" + txtPwd.Text = "debug" + btnLogin.PerformClick() + End If + End If + ' End Sub