Autologin für Daniel eingerichtet

This commit is contained in:
2022-11-25 12:46:27 +01:00
parent 6ea3919e73
commit cb246c0d89

View File

@@ -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